'Declaration
Public Enum CellDataType Inherits System.Enum
'Usage
Dim instance As CellDataType
public enum CellDataType : System.Enum
'Declaration
Public Enum CellDataType Inherits System.Enum
'Usage
Dim instance As CellDataType
public enum CellDataType : System.Enum
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.CellDataType