[]
Specifies the value type of parameter or result.
public enum FunctionValueType
Boolean = 2Specifies that value of parameter is bool.
Number = 0Specifies that value of parameter is number.
Object = 4Specifies that value of parameter is scalar, Array or CalcReference.
Text = 1Specifies that value of parameter is string.
Variant = 3Specifies that value of parameter is scalar (number, string, bool, CalcError, null (Nothing in Visual Basic)).