Aspose::Cells::Pivot::PivotFilterCollection::AddValueFilter method
PivotFilterCollection::AddValueFilter method
Filters by values of data pivot field.
PivotFilter Aspose::Cells::Pivot::PivotFilterCollection::AddValueFilter(int32_t baseFieldIndex, int32_t valueFieldIndex, PivotFilterType type, double value1, double value2)
Parameter | Type | Description |
---|---|---|
baseFieldIndex | int32_t | The index of field in the source. |
valueFieldIndex | int32_t | The index of value field in the value region. |
type | PivotFilterType | The type of filtering data. |
value1 | double | The value of filter condition |
value2 | double | The upper-bound value of between filter condition |
See Also
- Class PivotFilter
- Class Vector
- Enum PivotFilterType
- Class PivotFilterCollection
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++