add_value_filter method
add_value_filter
Filters by values of data pivot field.
def add_value_filter(self, base_field_index, value_field_index, type, value1, value2):
...
Parameter | Type | Description |
---|---|---|
base_field_index | int | The index of field in the source. |
value_field_index | int | The index of value field in the value region. |
type | PivotFilterType | The type of filtering data. |
value1 | float | The value of filter condition |
value2 | float | The upper-bound value of between filter condition |
See Also
- module
aspose.cells.pivot
- class
PivotFilterCollection