The FilterListEnum type specifies the type of
items being included in the column's drop down list filter. Use the
FilterList
property to specify the items being included to the column's drop down list
filter.
| |  | Name | Value | Description | |
| | |
exAllItems | 0
|
Includes all items in the filter list.
| |
| | |
exVisibleItems | 1
|
Includes only visible (filtered) items in the filter list. The visible items
include child items of collapsed items.
| |
| | |
exSortItemsDesc | 16
|
If the exSortItemsDesc flag is set the values in the drop down filter window
gets listed descending. If none of the exSortItemsAsc or exSortItemsDesc is
present, the list is built as the items are displayed in the control.
| |
| | |
exSortItemsAsc | 32
|
If the exSortItemsAsc flag is set the values in the drop down filter window gets
listed ascending. If none of the exSortItemsAsc or exSortItemsDesc is present,
the list is built as the items are displayed in the control.
| |
| | |
exIncludeInnerCells | 64
|
The exIncludeInnerCells flag specifies whether the inner cells values are
included in the drop down filter window. The SplitCell
method adds an inner cell, on in other words splits a cell.
| |