Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / AutoFilter Property


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

    Property Value

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