Field Summary | ||
---|---|---|
const int | IS_UNKNOWN | |
Cell value type is unknown.
|
||
const int | IS_NULL | |
Blank cell. Corresponding value should be null.
|
||
const int | IS_NUMERIC | |
Cell value is numeric. Corresponding value must be int or double.
|
||
const int | IS_DATE_TIME | |
Cell value is datetime. Corresponding value must be DateTime.
|
||
const int | IS_STRING | |
Cell value is string. Corresponding value must be string.
|
||
const int | IS_BOOL | |
Cell value is boolean. Corresponding value must be bool.
|
||
const int | IS_ERROR | |
Cell contains error value. Corresponding value must be error string.
|
const int IS_UNKNOWN
const int IS_NULL
const int IS_NUMERIC
const int IS_DATE_TIME
const int IS_STRING
const int IS_BOOL
const int IS_ERROR