Skip to main content

ICustomCalculationService.ShouldMarkupCalculateAlwaysCells() Method

Mark the “CalculateAlways” cells as needing recalculation.

Namespace: DevExpress.XtraSpreadsheet.Services

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool ShouldMarkupCalculateAlwaysCells()

Returns

Type Description
Boolean

True, to mark the cells; otherwise, false.

Remarks

The IWorkbook.Calculate method recalculates only cells marked as needing recalculation. If the ShouldMarkupCalculateAlwaysCells is set to false, the cells with volatile functions, cells with circular references and the cells dependent on cells of such types are not calculated with the IWorkbook.Calculate method.

See Also