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

IWorkbook.CalculateFullRebuild() Method

Forces a full calculation of cell formulas in a workbook.

Namespace: DevExpress.Spreadsheet

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

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