ICustomCalculationService.OnBeginCircularReferencesCalculation() Method
Called when calculation of circular references 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 calculate circular references; return false to cancel that calculation. |
Remarks
The OnBeginCircularReferencesCalculation method is called only if the CalculationOptions.Iterative option is true.
To determine cells with circular references, handle the ICustomCalculationService.OnEndCircularReferencesCalculation method.
See Also