filter_by_value method
filter_by_value
Filters by values of data pivot field.
def filter_by_value(self, value_field_index, type, value1, value2):
...
Parameter | Type | Description |
---|---|---|
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
PivotField