[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.FunctionValueType

Enum FunctionValueType

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Specifies the value type of parameter or result.

public enum FunctionValueType

Fields

Boolean = 2

Specifies that value of parameter is bool.

Number = 0

Specifies that value of parameter is number.

Object = 4

Specifies that value of parameter is scalar, System.Array or CalcReference.

Text = 1

Specifies that value of parameter is string.

Variant = 3

Specifies that value of parameter is scalar (number, string, bool, CalcError, null (Nothing in Visual Basic)).