'Declaration Public Enum ValueType Inherits System.Enum
'Usage Dim instance As ValueType
public enum ValueType : System.Enum
'Declaration Public Enum ValueType Inherits System.Enum
'Usage Dim instance As ValueType
public enum ValueType : System.Enum
Member | Description |
---|---|
DateTime | Indicates the value type is DateTime which is introduced from Excel 2010. |
Empty | Indicates there is no value returned. |
Error | Indicates the value type is calculation error. |
Logical | Indicates the value type is boolean. |
MultiReference | Indicates the value type is multi-reference. |
Number | Indicates the value type is numeric. |
Reference | Indicates the value type is reference. |
Reference3D | Indicates the value type is 3D-Reference. |
Text | Indicates the value type is string. |
TimeSpan | Indicates the value type is TimeSpan. |
ValuesArray | Indicates the value type is array. |
System.Object
System.ValueType
System.Enum
GrapeCity.CalcEngine.ValueType