Skip to main content
A newer version of this page is available. .

ICustomCalculationService.ShouldMarkupCalculateAlwaysCells() Method

Mark the “CalculateAlways” cells as needing recalculation.

Namespace: DevExpress.XtraSpreadsheet.Services

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

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