Class ExcelIgnoredError
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
Error ignore options for a worksheet
public class ExcelIgnoredError : XmlHelper
- Inheritance
-
ExcelIgnoredError
- Inherited Members
Properties
Address
The address
public ExcelAddressBase Address { get; }
Property Value
CalculatedColumn
Calculated Column
public bool CalculatedColumn { get; set; }
Property Value
EmptyCellReference
Ignore errors when a formula refers an empty cell
public bool EmptyCellReference { get; set; }
Property Value
EvaluationError
Ignore errors when formulas fail to Evaluate
public bool EvaluationError { get; set; }
Property Value
Formula
Ignore errors when a formula in a region of your worksheet differs from other formulas in the same region.
public bool Formula { get; set; }
Property Value
FormulaRange
Ignore errors when formulas omit certain cells in a region.
public bool FormulaRange { get; set; }
Property Value
ListDataValidation
Ignore errors when a cell's value in a Table does not comply with the Data Validation rules specified
public bool ListDataValidation { get; set; }
Property Value
NumberStoredAsText
Ignore errors when numbers are formatted as text or are preceded by an apostrophe
public bool NumberStoredAsText { get; set; }
Property Value
TwoDigitTextYear
Ignore errors when formulas contain text formatted cells with years represented as 2 digits.
public bool TwoDigitTextYear { get; set; }
Property Value
UnlockedFormula
Ignore errors when unlocked cells contain formulas
public bool UnlockedFormula { get; set; }