API Reference

Class

OdsRecalculationReport

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

Bounded recalculation report.

Inheritance

  • Object
  • OdsRecalculationReport

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

Properties

public Int32 FormulaCells { get; set; } #

Formula cells discovered within the configured bound.

public Int32 UpdatedCells { get; set; } #

Formula cells whose cached values were updated.

public Int32 FailedCells { get; } #

Formula cells that failed evaluation.

public Boolean Truncated { get; set; } #

Whether further formula cells were skipped because a bound was reached.

public IReadOnlyList<OdsFormulaDiagnostic> Diagnostics { get; } #

Cell-specific failures.