Field Summary | ||
---|---|---|
const int | IS_BOOL | |
Cell value is boolean.
|
||
const int | IS_DATE_TIME | |
Cell value is datetime.
|
||
const int | IS_ERROR | |
Cell contains error value
|
||
const int | IS_NULL | |
Blank cell.
|
||
const int | IS_NUMERIC | |
Cell value is numeric.
|
||
const int | IS_STRING | |
Cell value is string.
|
||
const int | IS_UNKNOWN | |
Cell value type is unknown.
|
const int IS_BOOL
const int IS_DATE_TIME
const int IS_ERROR
const int IS_NULL
const int IS_NUMERIC
const int IS_STRING
const int IS_UNKNOWN