Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
[FlagsAttribute] public enum IgnoreErrorType
<FlagsAttribute> Public Enumeration IgnoreErrorType
[FlagsAttribute] public enum class IgnoreErrorType
[<FlagsAttribute>] type IgnoreErrorType
Members
| Member | Value | Description |
|---|---|---|
| None | 0 | |
| EvaluateToError | 1 | |
| EmptyCellReferences | 2 | |
| NumberAsText | 4 | |
| OmittedCells | 8 | |
| InconsistentFormula | 16 | |
| TextDate | 32 | |
| UnlockedFormulaCells | 64 | |
| All | 127 |