WorksheetBase.EnableCalculation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or set a value that indicates whether Microsoft Office Excel automatically recalculates the worksheet when necessary.
public:
property bool EnableCalculation { bool get(); void set(bool value); };
public bool EnableCalculation { get; set; }
member this.EnableCalculation : bool with get, set
Public Property EnableCalculation As Boolean
Property Value
true
if Excel automatically recalculates the worksheet when necessary; otherwise, false
.
Remarks
When the value of this property is false
, you cannot request a recalculation. When you change the value from false
to true
, Excel recalculates the worksheet.