SpreadsheetGear 2017
Calculate Method (IWorkbookSet)






SpreadsheetGear Namespace > IWorkbookSet Interface : Calculate Method
Calculates formulas as needed. Volatile formulas and formulas involved in circular references are always calculated.
Syntax
'Declaration
 
Sub Calculate() 
'Usage
 
Dim instance As IWorkbookSet
 
instance.Calculate()
void Calculate()
procedure Calculate(); 
function Calculate();
void Calculate(); 
void Calculate(); 
Remarks

Calculate does not clear WEBSERVICE results currently cached by this workbook set.

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