[]
Represents the data type of a cell in the GrapeCity.Spreadsheet.ExpressionView.
public enum CellDataType
Public Enum CellDataType
| Name | 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. |