Creates a new FunctionValue object setting the Value property to the value passed in to the constructor and setting the Type property to FunctionValueType.STRING.

public FunctionValue(string text)
Public Sub New ExcelApplication (text As String)
FunctionValue myValue = new FunctionValue("String value");
Dim myValue As New FunctionValue("String value")