filter_top10 method
filter_top10(self, value_field_index, type, is_top, item_count)
Filters by values of data pivot field.
def filter_top10(self, value_field_index, type, is_top, item_count):
...
| Parameter | Type | Description |
|---|---|---|
| value_field_index | int | The index of data field in the data region. |
| type | aspose.cells.pivot.PivotFilterType | The type of filtering data. Only can be Count,Sum and Percent. |
| is_top | bool | Indicates whether filter from top or bottom |
| item_count | int | The item count |
See Also
- module
aspose.cells.pivot - class
PivotField - class
PivotFilter