Back to Devexpress

IWorkbook.CalculateFullRebuild() Method

officefileapi-devexpress-dot-spreadsheet-dot-iworkbook-8e83b1db.md

latest1.7 KB
Original Source

IWorkbook.CalculateFullRebuild() Method

Forces a full calculation of cell formulas in a workbook.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void CalculateFullRebuild()
vb
Sub CalculateFullRebuild

Remarks

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

CalculationEngineTypeAction
CalculationEngineType.ChainBasedReconstructs the dependency tree and calls the IWorkbook.CalculateFull method.
CalculationEngineType.RecursiveCalls the IWorkbook.CalculateFull method.

See Also

Calculation Process

IWorkbook Interface

IWorkbook Members

DevExpress.Spreadsheet Namespace