filter_top10 method
filter_top10
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 | 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