API Reference

Class

LegacyXlsIgnoredError

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

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

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} requiredposition: 0
evaluationError System.Boolean requiredposition: 1
emptyCellReference System.Boolean requiredposition: 2
numberStoredAsText System.Boolean requiredposition: 3
formulaRange System.Boolean requiredposition: 4
formula System.Boolean requiredposition: 5
twoDigitTextYear System.Boolean requiredposition: 6
unlockedFormula System.Boolean requiredposition: 7
listDataValidation System.Boolean requiredposition: 8

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.