_Worksheet.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.
True if Microsoft Excel automatically recalculates the worksheet when necessary. False if Excel doesn't recalculate the sheet. Read/write Boolean.
public:
property bool EnableCalculation { bool get(); void set(bool value); };
public bool EnableCalculation { get; set; }
Public Property EnableCalculation As Boolean
Property Value
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.