Skip to main content

ICustomCalculationService.OnBeginCalculation() Method

Called when workbook calculation starts.

Namespace: DevExpress.XtraSpreadsheet.Services

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool OnBeginCalculation()

Returns

Type Description
Boolean

Return true to perform calculation; false to cancel.

See Also