SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class : BackgroundCalculation Property |
'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Specifies whether background calculation is enabled for the workbook set.")> <System.ComponentModel.DefaultValueAttribute()> Public Property BackgroundCalculation As System.Boolean
'Usage
Dim instance As WorkbookView Dim value As System.Boolean instance.BackgroundCalculation = value value = instance.BackgroundCalculation
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Specifies whether background calculation is enabled for the workbook set.")] [System.ComponentModel.DefaultValue()] public System.bool BackgroundCalculation {get; set;}
public read-write property BackgroundCalculation: System.Boolean;
System.ComponentModel.CategoryAttribute("Behavior") System.ComponentModel.DescriptionAttribute("Specifies whether background calculation is enabled for the workbook set.") System.ComponentModel.DefaultValueAttribute() public function get,set BackgroundCalculation : System.boolean
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Specifies whether background calculation is enabled for the workbook set.")] [System.ComponentModel.DefaultValue()] public: __property System.bool get_BackgroundCalculation(); public: __property void set_BackgroundCalculation( System.bool value );
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Specifies whether background calculation is enabled for the workbook set.")] [System.ComponentModel.DefaultValue()] public: property System.bool BackgroundCalculation { System.bool get(); void set ( System.bool value); }
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