Aspose::Cells::Pivot::PivotFilterCollection::AddLabelFilter method

PivotFilterCollection::AddLabelFilter(int32_t, PivotFilterType, const U16String&, const U16String&) method

Filters by captions of row or column pivot field.

PivotFilter Aspose::Cells::Pivot::PivotFilterCollection::AddLabelFilter(int32_t baseFieldIndex, PivotFilterType type, const U16String &label1, const U16String &label2)
ParameterTypeDescription
baseFieldIndexint32_tThe index of field in the source.
typePivotFilterTypeThe type of filtering data.
label1const U16String&The label of filter condition
label2const U16String&The upper-bound label of between filter condition

See Also

PivotFilterCollection::AddLabelFilter(int32_t, PivotFilterType, const char16_t*, const char16_t*) method

Filters by captions of row or column pivot field.

PivotFilter Aspose::Cells::Pivot::PivotFilterCollection::AddLabelFilter(int32_t baseFieldIndex, PivotFilterType type, const char16_t *label1, const char16_t *label2)
ParameterTypeDescription
baseFieldIndexint32_tThe index of field in the source.
typePivotFilterTypeThe type of filtering data.
label1const char16_t*The label of filter condition
label2const char16_t*The upper-bound label of between filter condition

See Also