Spread WPF 18
GrapeCity.Spreadsheet Namespace / IWorksheet Interface / AutoUpdateFilter Property


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

    Property Value

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