'Declaration Public Enum PrimitiveValueType Inherits System.Enum
'Usage Dim instance As PrimitiveValueType
public enum PrimitiveValueType : System.Enum
'Declaration Public Enum PrimitiveValueType Inherits System.Enum
'Usage Dim instance As PrimitiveValueType
public enum PrimitiveValueType : 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. |
Number | Indicates the value type is numeric. |
Text | Indicates the value type is string. |
TimeSpan | Indicates the value type is TimeSpan. |
System.Object
System.ValueType
System.Enum
GrapeCity.CalcEngine.PrimitiveValueType