SpreadsheetGear 2017
Calculation Property (IWorkbookSet)






SpreadsheetGear Namespace > IWorkbookSet Interface : Calculation Property
Gets or sets the property which determines whether this workbook set is automatically calculated as needed.
Syntax
'Declaration
 
Property Calculation As Calculation
'Usage
 
Dim instance As IWorkbookSet
Dim value As Calculation
 
instance.Calculation = value
 
value = instance.Calculation
Calculation Calculation {get; set;}
read-write property Calculation: Calculation; 
function get,set Calculation : Calculation
__property Calculation get_Calculation();
__property void set_Calculation( 
   Calculation value
);
property Calculation Calculation {
   Calculation get();
   void set (    Calculation value);
}
Remarks

If Calculation is not set to Calculation.Manual, cells containing formulas will always be calculated automatically before values are returned by the SpreadsheetGear for .NET API.

To calculate a workbook set with Calculation set to Calculation.Manual, call Calculate.

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
CalculationOnDemand Property
CalculateBeforeSave Property
NeverRecalc Property
Calculate Method
CalculateFull Method
CalculateFullRebuild Method