Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CellCalculationArgs.Handled Property

Gets or sets whether to perform cell calculation.

Namespace: DevExpress.Spreadsheet.Formulas

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

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