Skip to main content

CellCalculationArgs.Handled Property

Gets or sets whether to perform cell calculation.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public bool Handled { get; set; }

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.

See Also