Field Summary | ||
---|---|---|
const int | EVALUATION_ERROR | |
Ignore errors when cells contain formulas that result in an error.
|
||
const int | CALC | |
const int | EMPTY_CELL_REF | |
Ignore errors when formulas refer to empty cells.
|
||
const int | NUMBER_STORED_AS_TEXT | |
Ignore errors when numbers are formatted as text or are preceded by an apostrophe
|
||
const int | TEXT_NUMBER | |
Ignore errors when numbers are formatted as text or are preceded by an apostrophe
|
||
const int | INCONSIST_RANGE | |
Ignore errors when formulas omit certain cells in a region.
|
||
const int | INCONSIST_FORMULA | |
Ignore errors when a formula in a region of your worksheet differs from other formulas in the same region.
|
||
const int | TWO_DIGIT_TEXT_YEAR | |
Ignore errors when formulas contain text formatted cells with years represented as 2 digits.
|
||
const int | TEXT_DATE | |
Ignore errors when formulas contain text formatted cells with years represented as 2 digits.
|
||
const int | UNLOCKED_FORMULA | |
Ignore errors when unlocked cells contain formulas.
|
||
const int | UNPROCTED_FORMULA | |
Ignore errors when unlocked cells contain formulas.
|
||
const int | TABLE_DATA_VALIDATION | |
Ignore errors when a cell's value in a Table does not comply with the Data Validation rules specified.
|
||
const int | VALIDATION | |
Ignore errors when a cell's value in a Table does not comply with the Data Validation rules specified.
|
||
const int | CALCULATED_COLUMN | |
Ignore errors when cells contain a value different from a calculated column formula.
|
const int EVALUATION_ERROR
const int CALC
const int EMPTY_CELL_REF
const int NUMBER_STORED_AS_TEXT
const int TEXT_NUMBER
const int INCONSIST_RANGE
const int INCONSIST_FORMULA
const int TWO_DIGIT_TEXT_YEAR
const int TEXT_DATE
const int UNLOCKED_FORMULA
const int UNPROCTED_FORMULA
const int TABLE_DATA_VALIDATION
const int VALIDATION
const int CALCULATED_COLUMN