CellValueType
CellValueType enumeration
Specifies a cell value type.
public enum CellValueType
Values
Name | Value | Description |
---|---|---|
IsBool | 0 |
Cell value is boolean. |
IsDateTime | 1 |
Cell value is datetime. |
IsError | 2 |
Cell contains error value |
IsNull | 3 |
Blank cell. |
IsNumeric | 4 |
Cell value is numeric. |
IsString | 5 |
Cell value is string. |
IsUnknown | 6 |
Cell value type is unknown. |
See Also
- namespace Aspose.Cells
- assembly Aspose.Cells