add_label_filter method
add_label_filter
Filters by captions of row or column pivot field.
def add_label_filter(self, base_field_index, type, label1, label2):
...
Parameter | Type | Description |
---|---|---|
base_field_index | int | The index of field in the source. |
type | PivotFilterType | The type of filtering data. |
label1 | str | The label of filter condition |
label2 | str | The upper-bound label of between filter condition |
See Also
- module
aspose.cells.pivot
- class
PivotFilterCollection