ErrorCheckType Enum

ErrorCheckType Enum

Represents all error check type.


type ErrorCheckType int32

Fields

FieldDescription
EvaluationErrorIgnore errors when cells contain formulas that result in an error.
EmptyCellRefIgnore errors when formulas refer to empty cells.
NumberStoredAsTextIgnore errors when numbers are formatted as text or are preceded by an apostrophe
InconsistRangeIgnore errors when formulas omit certain cells in a region.
InconsistFormulaIgnore errors when a formula in a region of your worksheet differs from other formulas in the same region.
TwoDigitTextYearIgnore errors when formulas contain text formatted cells with years represented as 2 digits.
UnlockedFormulaIgnore errors when unlocked cells contain formulas.
TableDataValidationIgnore errors when a cell’s value in a Table does not comply with the Data Validation rules specified.
CalculatedColumnIgnore errors when cells contain a value different from a calculated column formula.