Back to Devexpress

ICustomCalculationService Methods

officefileapi-devexpress-dot-xtraspreadsheet-dot-services-dot-icustomcalculationservice-dot-underscore-methods.md

latest2.1 KB
Original Source

ICustomCalculationService Methods

Allows you to manage the worksheet calculations process.

NameDescription
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

ICustomCalculationService Interface

ICustomCalculationService Members

DevExpress.XtraSpreadsheet.Services Namespace