Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / AutoRefresh Property


In This Topic
    AutoRefresh Property (Workbook)
    In This Topic
    Gets or sets whether the sheet can auto-refresh itself.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    <DefaultValueAttribute(True)>
    Public Property AutoRefresh As Boolean
    'Usage
     
    Dim instance As Workbook
    Dim value As Boolean
     
    instance.AutoRefresh = value
     
    value = instance.AutoRefresh
    [Browsable(false)]
    [DefaultValue(true)]
    public bool AutoRefresh {get; set;}
    See Also