SpreadsheetGear 2017
NeverRecalc Property (IWorkbookSet)






SpreadsheetGear Namespace > IWorkbookSet Interface : NeverRecalc Property
Gets or sets the property which specifies that formulas in this workbook set should never be calculated. This property must be set before any workbook exists in the workbook set.
Syntax
'Declaration
 
Property NeverRecalc As System.Boolean
'Usage
 
Dim instance As IWorkbookSet
Dim value As System.Boolean
 
instance.NeverRecalc = value
 
value = instance.NeverRecalc
System.bool NeverRecalc {get; set;}
read-write property NeverRecalc: System.Boolean; 
function get,set NeverRecalc : System.boolean
__property System.bool get_NeverRecalc();
__property void set_NeverRecalc( 
   System.bool value
);
property System.bool NeverRecalc {
   System.bool get();
   void set (    System.bool value);
}
Remarks
The default value is false.
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
CalculateBeforeSave Property
Calculation Property