Field Summary | ||
---|---|---|
const int | CALC | |
check for calculation errors
|
||
const int | EMPTY_CELL_REF | |
check for references to empty cells
|
||
const int | TEXT_NUMBER | |
check the format of numeric values
|
||
const int | INCONSIST_RANGE | |
check formulas with references to less than the entirety
of a range containing continuous data
|
||
const int | INCONSIST_FORMULA | |
check formulas that are inconsistent with formulas in neighboring cells.
|
||
const int | TEXT_DATE | |
check the format of date/time values
|
||
const int | UNPROCTED_FORMULA | |
check for unprotected formulas
|
||
const int | VALIDATION | |
whether to perform data validation
|
||
const int | CALCULATED_COLUMN | |
Ignore errors when cells contain a value different from a calculated column formula.
|
const int CALC
const int EMPTY_CELL_REF
const int TEXT_NUMBER
const int INCONSIST_RANGE
const int INCONSIST_FORMULA
const int TEXT_DATE
const int UNPROCTED_FORMULA
const int VALIDATION
const int CALCULATED_COLUMN