Aspose::Cells::CellValueType enum

CellValueType enum

Specifies a cell value type.

enum class CellValueType

Values

NameValueDescription
IsUnknown0
Cell value type is unknown.
IsNull1
Blank cell. Corresponding value should be null.
IsNumeric2
Cell value is numeric. Corresponding value must be int or double.
IsDateTime4
Cell value is datetime. Corresponding value must be DateTime.
IsString8
Cell value is string. Corresponding value must be string.
IsBool16
Cell value is boolean. Corresponding value must be bool.
IsError32
Cell contains error value. Corresponding value must be error string.

See Also