_Worksheet.EnableCalculation Property

Definition

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.

Applies to