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

ICustomCalculationService.OnEndCalculation() Method

Called when workbook calculation is finished.

Namespace: DevExpress.XtraSpreadsheet.Services

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

void OnEndCalculation()

Remarks

The OnEndCalculation method allows you to determine when calculation ends.

See Also