API Reference
LegacyXlsIgnoredError
Represents BIFF8 ignored formula error metadata parsed from an ISFFEC2 shared feature.
Inheritance
- Object
- LegacyXlsIgnoredError
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyXlsWorksheet.IgnoredErrors
Constructors
public LegacyXlsIgnoredError(IReadOnlyList<String> references, Boolean evaluationError, Boolean emptyCellReference, Boolean numberStoredAsText, Boolean formulaRange, Boolean formula, Boolean twoDigitTextYear, Boolean unlockedFormula, Boolean listDataValidation) #Creates ignored-error metadata for one or more worksheet ranges.
Parameters
- references System.Collections.Generic.IReadOnlyList{System.String}
- evaluationError System.Boolean
- emptyCellReference System.Boolean
- numberStoredAsText System.Boolean
- formulaRange System.Boolean
- formula System.Boolean
- twoDigitTextYear System.Boolean
- unlockedFormula System.Boolean
- listDataValidation System.Boolean
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public IReadOnlyList<String> References { get; } #Gets the A1 references covered by this ignored-error rule.
public Boolean EvaluationError { get; } #Gets whether formula evaluation errors are ignored.
public Boolean EmptyCellReference { get; } #Gets whether references to empty cells are ignored.
public Boolean NumberStoredAsText { get; } #Gets whether numbers stored as text are ignored.
public Boolean FormulaRange { get; } #Gets whether formulas omitting part of a contiguous range are ignored.
public Boolean Formula { get; } #Gets whether formulas inconsistent with neighboring formulas are ignored.
public Boolean TwoDigitTextYear { get; } #Gets whether two-digit text year warnings are ignored.
public Boolean UnlockedFormula { get; } #Gets whether unlocked formula warnings are ignored.
public Boolean ListDataValidation { get; } #Gets whether list data-validation warnings are ignored.