filter_top10 method
filter_top10
Filter the top 10 item in the list
def filter_top10(self, field_index, is_top, is_percent, item_count):
...
Parameter | Type | Description |
---|---|---|
field_index | int | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). |
is_top | bool | Indicates whether filter from top or bottom |
is_percent | bool | Indicates whether the items is percent or count |
item_count | int | The item count |
See Also
- module
aspose.cells
- class
AutoFilter