Enum ExcelIgnoreError
Specifies the flags of excel ignore error indicator.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
[Flags]
public enum ExcelIgnoreError
Fields
Name | Description |
---|---|
All | All. |
EmptyCellReferences | References to empty cells. |
EvaluateToError | Evaluating to an error. |
InconsistentFormula | Inconsistent formula. |
None | None. |
NumberAsText | Numbers written as text. |
OmittedCells | Omits adjacent cells. |
TextDate | TextDate with a two-digit year. |
UnlockedFormulaCells | UnlockedFormulaCells. |