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 | |
---|---|---|
_Operator | ||
Application | Returns an Application object that represents the Microsoft Excel application. | |
Count | Returns the number of objects in the collection. Read-only Integer. | |
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