'DeclarationPublic Enum CellDataType Inherits System.Enum
'UsageDim instance As CellDataType
public enum CellDataType : System.Enum
'DeclarationPublic Enum CellDataType Inherits System.Enum
'UsageDim 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