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)

Usage

Public Class iltersImplementation
    Implements Filters
End Class
Dim iltersImplementation1 As New iltersImplementation()

Syntax

Public Interface Filters
public interface Filters
public interface class Filters
public interface Filters
public interface Filters

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

Filters Members