Workbook.ForceFullCalculation Property (2007 System)
Gets or sets a value that indicates whether to force a full calculation of a workbook.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
Public Property ForceFullCalculation As Boolean
'Usage
Dim instance As Workbook
Dim value As Boolean
value = instance.ForceFullCalculation
instance.ForceFullCalculation = value
public bool ForceFullCalculation { get; set; }
public:
property bool ForceFullCalculation {
bool get ();
void set (bool value);
}
public function get ForceFullCalculation () : boolean
public function set ForceFullCalculation (value : boolean)
Property Value
Type: System.Boolean
true to force a full calculation of a workbook; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.