ICustomCalculationService.OnBeginCalculation() Method
Called when workbook calculation starts.
Namespace: DevExpress.XtraSpreadsheet.Services
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Returns
Type | Description |
---|---|
Boolean | Return true to perform calculation; false to cancel. |
See Also