CellValueType Enum

CellValueType Enum

Specifies a cell value type.


type CellValueType int32

Fields

FieldDescription
IsUnknownCell value type is unknown.
IsNullBlank cell. Corresponding value should be null.
IsNumericCell value is numeric. Corresponding value must be int or double.
IsDateTimeCell value is datetime. Corresponding value must be DateTime.
IsStringCell value is string. Corresponding value must be string.
IsBoolCell value is boolean. Corresponding value must be bool.
IsErrorCell contains error value. Corresponding value must be error string.