_Application.CalculateBeforeSave Property
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.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property CalculateBeforeSave As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.CalculateBeforeSave
instance.CalculateBeforeSave = value
bool CalculateBeforeSave { get; set; }
Property Value
Type: System.Boolean