[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.FunctionValueType

FunctionValueType Enum

Specifies the value type of parameter or result.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public enum FunctionValueType
Public Enum FunctionValueType

Fields

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 (Nothing in Visual Basic)).