IWorkbook.CalculateFullRebuild() Method
In This Article
Forces a full calculation of cell formulas in a workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.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.
Calculation |
Action |
---|---|
Calculation |
Reconstructs the dependency tree and calls the IWorkbook. |
Calculation |
Calls the IWorkbook. |
See Also