SpreadsheetGear 2017
CalculateBeforeSave Property (IWorkbookSet)






SpreadsheetGear Namespace > IWorkbookSet Interface : CalculateBeforeSave Property
Gets or sets the property which specifies whether workbooks should be calculated as needed before saving.
Syntax
'Declaration
 
Property CalculateBeforeSave As System.Boolean
'Usage
 
Dim instance As IWorkbookSet
Dim value As System.Boolean
 
instance.CalculateBeforeSave = value
 
value = instance.CalculateBeforeSave
System.bool CalculateBeforeSave {get; set;}
read-write property CalculateBeforeSave: System.Boolean; 
function get,set CalculateBeforeSave : System.boolean
__property System.bool get_CalculateBeforeSave();
__property void set_CalculateBeforeSave( 
   System.bool value
);
property System.bool CalculateBeforeSave {
   System.bool get();
   void set (    System.bool value);
}
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
CalculateFullRebuild Method