Click or drag to resize

IAutoFilter Properties

The IAutoFilter type exposes the following members.

Properties
Name Description
Public property FirstCondition
First condition of autofilter.
Public property IsAnd
True means to use AND operation between conditions, False to use OR. Read-only.
Public property IsFiltered
False indicates that this autofilter was not used; otherwise True.
Public property IsSimple1
True if the first condition is a simple equality. Read-only.
Public property IsSimple2
True if the second condition is a simple equality. Read-only.
Public property IsTop10Items
True if the condition is a Top 10 AutoFilter. Read-only.
Public property IsTop10Percent
True if the Top 10 AutoFilter shows percentage; False if it shows items. Read-only.
Public property SecondCondition
Second condition of autofilter.
Public property ShowTopItem
True if the Top 10 AutoFilter shows the top items; False if it shows the bottom items. Read-only.
Public property Top10Items
Number of elements to show in Top10 mode. Read-only.
Top
See Also