Enum IgnoreErrorType
Represents flags of excel ignore error indicator.
[Flags]
public enum IgnoreErrorType
Fields
All = EvaluateToError | EmptyCellReferences | NumberAsText | OmittedCells | InconsistentFormula | TextDate | UnlockedFormulaCells
Represents All flag of excel ignore error indicator.
EmptyCellReferences = 2
Represents EmptyCellReferences flag of excel ignore error indicator.
EvaluateToError = 1
Represents EvaluateToError flag of excel ignore error indicator.
InconsistentFormula = 16
Represents InconsistentFormula flag of excel ignore error indicator.
None = 0
Represents None 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.
TextDate = 32
Represents TextDate flag of excel ignore error indicator.
UnlockedFormulaCells = 64
Represents UnlockedFormulaCells flag of excel ignore error indicator.