Spread Windows Forms 12.0 Product Documentation
CalculateBeforeSave Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CalculationEngine Class : CalculateBeforeSave Property
Gets or sets the property which specifies whether workbooks should be calculated as needed before saving.
Syntax
'Declaration
 
Public Property CalculateBeforeSave As Boolean
'Usage
 
Dim instance As CalculationEngine
Dim value As Boolean
 
instance.CalculateBeforeSave = value
 
value = instance.CalculateBeforeSave
public bool CalculateBeforeSave {get; set;}

Property Value

true if if workbooks are calculated before they're saved; otherwise, false.
Remarks
This property is preserved even if you change the Calculation property.
See Also

Reference

CalculationEngine Class
CalculationEngine Members