Spread Silverlight Documentation
ReCalculationBeforeSave Property (ICalculationProperty)


GrapeCity.Excel Namespace > ICalculationProperty Interface : ReCalculationBeforeSave Property
Get or set a value indicating whether the formula need recalculated before save.
Syntax
'Declaration
 
Property ReCalculationBeforeSave As System.Boolean
'Usage
 
Dim instance As ICalculationProperty
Dim value As System.Boolean
 
instance.ReCalculationBeforeSave = value
 
value = instance.ReCalculationBeforeSave
System.bool ReCalculationBeforeSave {get; set;}

Property Value

true if the formula need to be recalculated; otherwise, false.
See Also

Reference

ICalculationProperty Interface
ICalculationProperty Members