Aspose::Cells::Pivot::PivotFilterCollection::Add method

PivotFilterCollection::Add method

Adds a PivotFilter Object to the specific type.

int32_t Aspose::Cells::Pivot::PivotFilterCollection::Add(int32_t fieldIndex, PivotFilterType type)
ParameterTypeDescription
fieldIndexint32_tthe PivotField index
typePivotFilterTypethe PivotFilter type

ReturnValue

the index of the PivotFilter Object in this PivotFilterCollection.

See Also