SpreadsheetGear 2023
CalculateFull Method (IWorkbookSet)


SpreadsheetGear Namespace > IWorkbookSet Interface : CalculateFull Method
Calculates all non-invariant formulas in a workbook set.
Syntax
'Declaration
 
Sub CalculateFull() 
'Usage
 
Dim instance As IWorkbookSet
 
instance.CalculateFull()
void CalculateFull()
Remarks

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

Some invariant formulas may not be recalculated by CalculateFull.

CalculateFull will defer actual calculation of the workbook set to the background calculation thread if all of the following are true:

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
CalculateFullRebuild Method