Spread WPF Documentation
AutoRefresh Property (GcSpreadSheet)
Example 


Gets or sets whether the SpreadSheet can auto-refresh itself.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.BrowsableAttribute(False)>
Public Property AutoRefresh As System.Boolean
'Usage
 
Dim instance As GcSpreadSheet
Dim value As System.Boolean
 
instance.AutoRefresh = value
 
value = instance.AutoRefresh
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Browsable(false)]
public System.bool AutoRefresh {get; set;}
Example
This example sets the AutoRefresh property.
gcSpreadSheet1.AutoRecalculation = true;
gcSpreadSheet1.AutoRefresh = true;
gcSpreadSheet1.CanEditOverflow = true;
GcSpreadSheet1.AutoRecalculation = True
GcSpreadSheet1.AutoRefresh = True
GcSpreadSheet1.CanEditOverflow = True
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.