Click or drag to resize

IgnoreErrorType Enumeration

Represents flags of excel ignore error indicator.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[FlagsAttribute]
public enum IgnoreErrorType
Members
Member name Value Description
None 0 Represents None flag of excel ignore error indicator.
EvaluateToError 1 Represents EvaluateToError flag of excel ignore error indicator.
EmptyCellReferences 2 Represents EmptyCellReferences flag of excel ignore error indicator.
NumberAsText 4 Represents NumberAsText flag of excel ignore error indicator.
OmittedCells 8 Represents OmittedCells flag of excel ignore error indicator.
InconsistentFormula 16 Represents InconsistentFormula flag of excel ignore error indicator.
TextDate 32 Represents TextDate flag of excel ignore error indicator.
UnlockedFormulaCells 64 Represents UnlockedFormulaCells flag of excel ignore error indicator.
All 127 Represents All flag of excel ignore error indicator.
See Also