Aspose::Cells::Pivot::PivotFilterCollection::Add method
PivotFilterCollection::Add method
Adds a PivotFilterObject to the specific type.
int32_t Aspose::Cells::Pivot::PivotFilterCollection::Add(int32_t fieldIndex, PivotFilterType type)
Parameter | Type | Description |
---|---|---|
fieldIndex | int32_t | the PivotField index |
type | PivotFilterType | the PivotFilter type |
ReturnValue
the index of the PivotFilterObject in this PivotFilterCollection.
See Also
- Class Vector
- Enum PivotFilterType
- Class PivotFilterCollection
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++