ErrorCheckType Enum
Contents
[
Hide
]ErrorCheckType Enum
Represents all error check type.
type ErrorCheckType int32
Fields
Field | Description |
---|---|
EvaluationError | Ignore errors when cells contain formulas that result in an error. |
EmptyCellRef | Ignore errors when formulas refer to empty cells. |
NumberStoredAsText | Ignore errors when numbers are formatted as text or are preceded by an apostrophe |
InconsistRange | Ignore errors when formulas omit certain cells in a region. |
InconsistFormula | Ignore errors when a formula in a region of your worksheet differs from other formulas in the same region. |
TwoDigitTextYear | Ignore errors when formulas contain text formatted cells with years represented as 2 digits. |
UnlockedFormula | Ignore errors when unlocked cells contain formulas. |
TableDataValidation | Ignore errors when a cell’s value in a Table does not comply with the Data Validation rules specified. |
CalculatedColumn | Ignore errors when cells contain a value different from a calculated column formula. |