Creates a new FunctionValue object setting the Value to that passed in and setting the Type 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")