ExcelIgnoreError Enumeration
Specifies the flags of excel ignore error indicator.
Syntax
'Declaration <FlagsAttribute()> Public Enum ExcelIgnoreError Inherits System.Enum
'Usage Dim instance As ExcelIgnoreError
[Flags()] public enum ExcelIgnoreError : System.Enum
Members
Member | 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. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Syncfusion.XlsIO.ExcelIgnoreError
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also