GrapeCity.Xaml.SpreadSheet.Data
AutoRecalculation Property (Workbook)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class : AutoRecalculation Property
Gets or sets a value that indicates whether to automatically recalculate.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property AutoRecalculation As Boolean
'Usage
 
Dim instance As Workbook
Dim value As Boolean
 
instance.AutoRecalculation = value
 
value = instance.AutoRecalculation
[DefaultValue()]
public bool AutoRecalculation {get; set;}

Property Value

true to automatically recalculate; otherwise, false.
See Also

Reference

Workbook Class
Workbook Members