CellCalculationArgs.Handled Property
Gets or sets whether to perform cell calculation.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | True to not calculate the cell; otherwise, false. |
Remarks
Set the Handled property in the ICustomCalculationService.OnBeginCellCalculation method to skip calculation of a certain cell.
Note
When the Handled property in the ICustomCalculationService.OnBeginCellCalculation method is set to true, the ICustomCalculationService.OnEndCellCalculation and ICustomCalculationService.OnEndCircularReferencesCalculation methods are not called.
See Also