Spread WPF 18
GrapeCity.Spreadsheet Namespace / IAutoFilter Interface / AutoUpdate Property


In This Topic
    AutoUpdate Property
    In This Topic
    Gets or sets a value indicating whether the filter update automatically after user input new value.
    Syntax
    'Declaration
     
    Property AutoUpdate As Boolean
    'Usage
     
    Dim instance As IAutoFilter
    Dim value As Boolean
     
    instance.AutoUpdate = value
     
    value = instance.AutoUpdate
    bool AutoUpdate {get; set;}

    Property Value

    true if the filter update automatically; otherwise, false.
    See Also