Share via


Filter Members

Include Protected Members
Include Inherited Members

Represents a filter for a single column. The Filter object is a member of the Filters collection. The Filters collection contains all the filters in an autofiltered range.

The Filter type exposes the following members.

Properties

  Name Description
Public property _Operator
Public property Application Returns an Application object that represents the Microsoft Excel application.
Public property Count Returns the number of objects in the collection. Read-only Integer.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created. If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C.
Public property Criteria1 Returns the first filtered value for the specified column in a filtered range.
Public property Criteria2 Returns the second filtered value for the specified column in a filtered range.
Public property On True if the specified filter is on.
Public property Operator Returns the operator that associates the two criteria applied by the specified filter.
Public property Parent Returns the parent object for the specified object.

Top

See Also

Reference

Filter Interface

Microsoft.Office.Interop.Excel Namespace