Skip to main content

ICustomCalculationService.OnBeginCalculation() Method

Called when workbook calculation starts.

Namespace: DevExpress.XtraSpreadsheet.Services

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

Declaration

bool OnBeginCalculation()

Returns

Type Description
Boolean

Return true to perform calculation; false to cancel.

See Also