_Application.CalculateBeforeSave Property

Definition

True if workbooks are calculated before they're saved to disk (if the Calculation property is set to xlManual). This property is preserved even if you change the Calculation property.

public:
 property bool CalculateBeforeSave { bool get(); void set(bool value); };
public bool CalculateBeforeSave { get; set; }
Public Property CalculateBeforeSave As Boolean

Property Value

Applies to