CalculateBeforeSave Property
Gets or sets the property which specifies whether workbooks should be calculated as needed before saving.
public bool CalculateBeforeSave {get; set;}
'Declaration
Public Property CalculateBeforeSave As Boolean
'Usage
Dim instance As CalculationEngine
Dim value As Boolean
instance.CalculateBeforeSave = value
value = instance.CalculateBeforeSave
Property Value
true
if if workbooks are calculated before they're saved; otherwise,
false
.