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)
ParameterTypeDescription
baseFieldIndexint32_tThe index of field in the source.
valueFieldIndexint32_tThe index of value field in the value region.
typePivotFilterTypeThe type of filtering data.
value1doubleThe value of filter condition
value2doubleThe upper-bound value of between filter condition

See Also