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. |
Field Detail |
---|
CALC | |
const int CALC |
EMPTY_CELL_REF | |
const int EMPTY_CELL_REF |
TEXT_NUMBER | |
const int TEXT_NUMBER |
INCONSIST_RANGE | |
const int INCONSIST_RANGE |
INCONSIST_FORMULA | |
const int INCONSIST_FORMULA |
TEXT_DATE | |
const int TEXT_DATE |
UNPROCTED_FORMULA | |
const int UNPROCTED_FORMULA |
VALIDATION | |
const int VALIDATION |
CALCULATED_COLUMN | |
const int CALCULATED_COLUMN |