SpreadsheetGear 2023
CalculateFullRebuild Method (IWorkbookSet)


SpreadsheetGear Namespace > IWorkbookSet Interface : CalculateFullRebuild Method
Resets the calculation order and IRange.IsVolatileOrCircularFormula status of all cell formulas in this workbook set, and then calls CalculateFull>.
Syntax
'Declaration
 
Sub CalculateFullRebuild() 
'Usage
 
Dim instance As IWorkbookSet
 
instance.CalculateFullRebuild()
void CalculateFullRebuild()
Remarks

CalculateFullRebuild clears all WEBSERVICE results currently cached by this workbook set.

Some invariant formulas may not be recalculated by CalculateFullRebuild.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorkbookSet Interface
IWorkbookSet Members
BackgroundCalculation Property
Calculation Property
CalculationOnDemand Property
Calculate Method
CalculateFull Method
GC Method
IsVolatileOrCircularFormula Property