IWorkbook.CalculateFullRebuild() Method
Forces a full calculation of cell formulas in a workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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