SpreadsheetGear 2012
CalculateFull Method (IWorkbookSet)






Calculates all formulas in a workbook set.
Syntax
'Declaration
 
Sub CalculateFull() 
'Usage
 
Dim instance As IWorkbookSet
 
instance.CalculateFull()
void CalculateFull()
procedure CalculateFull(); 
function CalculateFull();
void CalculateFull(); 
void CalculateFull(); 
Remarks

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

Send Feedback