[]
Specifies the value type of parameter or result.
public enum FunctionValueType
Public Enum FunctionValueType
| Name | Description |
|---|---|
| Boolean | Specifies that value of parameter is bool. |
| Number | Specifies that value of parameter is number. |
| Object | Specifies that value of parameter is scalar, Array or CalcReference. |
| Text | Specifies that value of parameter is string. |
| Variant | Specifies that value of parameter is scalar (number, string, bool, CalcError, null ( |