filter_by_label method

filter_by_label(self, type, label1, label2)

Filters by captions of row or column pivot field.


def filter_by_label(self, type, label1, label2):
    ...
ParameterTypeDescription
typeaspose.cells.pivot.PivotFilterTypeThe type of filtering data.
label1System.StringThe label of filter condition
label2System.StringThe upper-bound label of between filter condition

See Also