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

ICustomCalculationService.OnBeginCalculation() Method

Called when workbook calculation starts.

Namespace: DevExpress.XtraSpreadsheet.Services

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

Declaration

bool OnBeginCalculation()

Returns

Type Description
Boolean

Return true to perform calculation; false to cancel.

See Also