GrapeCity.Xaml.SpreadSheet.UI
AutoRecalculation Property (GcSpreadSheet)
Example 


GrapeCity.Xaml.SpreadSheet.UI Namespace > GcSpreadSheet Class : AutoRecalculation Property
Gets or sets whether the formula is automatically calculated.
Syntax
'Declaration
 
<CategoryAttribute()>
<DefaultValueAttribute()>
Public Property AutoRecalculation As Boolean
'Usage
 
Dim instance As GcSpreadSheet
Dim value As Boolean
 
instance.AutoRecalculation = value
 
value = instance.AutoRecalculation
[Category()]
[DefaultValue()]
public bool AutoRecalculation {get; set;}
Example
This example sets the AutoRecalculation property.
gcSpreadSheet1.AutoRecalculation = true;
gcSpreadSheet1.AutoRefresh = true;
gcSpreadSheet1.CanEditOverflow = true;
GcSpreadSheet1.AutoRecalculation = True
GcSpreadSheet1.AutoRefresh = True
GcSpreadSheet1.CanEditOverflow = True
See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members