Filters Interface
A collection of Filter objects that represents all the filters in an autofiltered range.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<GuidAttribute("00024433-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface Filters _
Inherits IEnumerable
'Usage
Dim instance As Filters
[GuidAttribute("00024433-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface Filters : IEnumerable
Remarks
Use the Filters property to return the Filters collection.
Use Filters(index), where index is the filter title or index number, to return a single Filter object.