Top10Filter class

Top10Filter class

Represents the top N (percent or number of items) to filter by.

The Top10Filter type exposes the following members:

Properties

PropertyDescription
is_topIndicates whether or not to filter by top order
is_percentIndicates whether or not to filter by percent value of the column
itemsGets and sets top or bottom value to use as the filter criteria.
criteriaThe actual cell value in the range which is used to perform the comparison for this filter.
This is the cache value during the refresh process.

See Also