Skip to main content
A newer version of this page is available. .

ICustomCalculationService Members

Allows managing the process of worksheet calculations.

Methods

Name Description
OnBeginCalculation() Called when workbook calculation starts.
OnBeginCellCalculation(CellCalculationArgs) Called when the calculation is started for a particular cell.
OnBeginCircularReferencesCalculation() Called when calculation of circular references starts.
OnEndCalculation() Called when workbook calculation is finished.
OnEndCellCalculation(CellKey, CellValue, CellValue) Called when the calculation is finalized for a particular cell.
OnEndCircularReferencesCalculation(IList<CellKey>) The method is called after calculating all circular references.
ShouldMarkupCalculateAlwaysCells() Mark the “CalculateAlways” cells as needing recalculation.
See Also