Enum CellValueType
Enum CellValueType
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Specifies a cell value type.
public enum CellValueType
Fields
IsBool = 16
Cell value is boolean. Corresponding value must be bool.
IsDateTime = 4
Cell value is datetime. Corresponding value must be DateTime.
IsError = 32
Cell contains error value. Corresponding value must be error string.
IsNull = 1
Blank cell. Corresponding value should be null.
IsNumeric = 2
Cell value is numeric. Corresponding value must be int or double.
IsString = 8
Cell value is string. Corresponding value must be string.
IsUnknown = 0
Cell value type is unknown.