Spread Silverlight Documentation
RecalculateBeforeSave Property (ExcelWorkbook)


GrapeCity.Excel Namespace > ExcelWorkbook Class : RecalculateBeforeSave Property
Gets or sets a value indicating whether recalculate formulas before save.
Syntax
'Declaration
 
Public Property RecalculateBeforeSave As System.Boolean
'Usage
 
Dim instance As ExcelWorkbook
Dim value As System.Boolean
 
instance.RecalculateBeforeSave = value
 
value = instance.RecalculateBeforeSave
public System.bool RecalculateBeforeSave {get; set;}

Property Value

true if recalculate all formulas before save; otherwise, false.
See Also

Reference

ExcelWorkbook Class
ExcelWorkbook Members