Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ICustomCalculationService.OnEndCalculation() Method

Called when workbook calculation is finished.

Namespace: DevExpress.XtraSpreadsheet.Services

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

Declaration

void OnEndCalculation()

Remarks

The OnEndCalculation method allows you to determine when calculation ends.

See Also