'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Specifies whether background calculation is enabled for the workbook set.")> <System.ComponentModel.DefaultValueAttribute(True)> 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(true)] public System.bool BackgroundCalculation {get; set;}