Skip to main content
Row

IWorkbook.CalculateFullRebuild() Method

Forces a full calculation of cell formulas in a workbook.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void CalculateFullRebuild()

Remarks

The CalculateFullRebuild method behaves differently depending on the DocumentOptions.CalculationEngineType value, as shown in the following table.

CalculationEngineType Action
CalculationEngineType.ChainBased Reconstructs the dependency tree and calls the IWorkbook.CalculateFull method.
CalculationEngineType.Recursive Calls the IWorkbook.CalculateFull method.
See Also