Filter 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 following tables list the members exposed by the Filter type.

Public Properties

  Name Description
Application Returns an Application object that represents the Microsoft Excel application.
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.
Criteria1 Returns the first filtered value for the specified column in a filtered range.
Criteria2 Returns the second filtered value for the specified column in a filtered range.
On True if the specified filter is on.
Operator Returns the operator that associates the two criteria applied by the specified filter.
Parent Returns the parent object for the specified object.

Top

See Also

Reference

Filter Interface
Microsoft.Office.Interop.Excel Namespace