API Reference
Class
OdsRecalculationReport
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
- Method OdsDocument.Recalculate
Constructors
public OdsRecalculationReport() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.