Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / AutoFilterColumn Structure / ActiveFilter Property


In This Topic
    ActiveFilter Property
    In This Topic
    Gets the active filter.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActiveFilter As Filter
    'Usage
     
    
    Dim instance As AutoFilterColumn
    Dim value As Filter
     
    value = instance.ActiveFilter
    public Filter ActiveFilter {get;}

    Property Value

    The active filter.
    See Also