ICustomCalculationService Methods
Allows you to manage the worksheet calculations process.| 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>) | This method is called after circular reference calculation. |
| ShouldMarkupCalculateAlwaysCells() | Mark the “CalculateAlways” cells as needing recalculation. |
See Also