add_label_filter method
add_label_filter(self, base_field_index, type, label1, label2)
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 | aspose.cells.pivot.PivotFilterType | The type of filtering data. | 
| label1 | System.String | The label of filter condition | 
| label2 | System.String | The upper-bound label of between filter condition | 
See Also
- module aspose.cells.pivot
- class PivotFilter
- class PivotFilterCollection