Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / AutoFilter Property


In This Topic
    AutoFilter Property (Table)
    In This Topic
    Gets the filter of this Table.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AutoFilter As AutoFilter
    'Usage
     
    
    Dim instance As Table
    Dim value As AutoFilter
     
    value = instance.AutoFilter
    public AutoFilter AutoFilter {get;}

    Property Value

    An AutoFilter object represents the filter of this Table.
    See Also