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):
    ...
ParameterTypeDescription
value_field_indexintThe index of data field in the data region.
typeaspose.cells.pivot.PivotFilterTypeThe type of filtering data. Only can be Count,Sum and Percent.
is_topboolIndicates whether filter from top or bottom
item_countintThe item count

See Also