Skip to main content

ICustomCalculationService.OnEndCalculation() Method

Called when workbook calculation is finished.

Namespace: DevExpress.XtraSpreadsheet.Services

Assembly: DevExpress.Spreadsheet.v24.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void OnEndCalculation()

Remarks

The OnEndCalculation method allows you to determine when calculation ends.

See Also