CellValueType Enum
Represents the possible cell value types.
Fields
| Bool | Cell value is boolean. |
| DateTime | Cell value is date-time. |
| Double | Cell value is double. |
| Error | Cell containing an error. |
| Int | Cell value is integer. |
| Null | Blank cell. |
| Object | A general type representing any reference or value type not explicitly represented by another CellValueType. |
| String | Cell value is string. |