Enum ErrorCheckType
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents all error check type.
public enum ErrorCheckType
Fields
CalculatedColumn = 129
Ignore errors when cells contain a value different from a calculated column formula.
EmptyCellRef = 2
Ignore errors when formulas refer to empty cells.
EvaluationError = 1
Ignore errors when cells contain formulas that result in an error.
InconsistFormula = 16
Ignore errors when a formula in a region of your worksheet differs from other formulas in the same region.
InconsistRange = 8
Ignore errors when formulas omit certain cells in a region.
NumberStoredAsText = 4
Ignore errors when numbers are formatted as text or are preceded by an apostrophe
TableDataValidation = 128
Ignore errors when a cell’s value in a Table does not comply with the Data Validation rules specified.
TwoDigitTextYear = 32
Ignore errors when formulas contain text formatted cells with years represented as 2 digits.
UnlockedFormula = 64
Ignore errors when unlocked cells contain formulas.