Aspose::Cells::Pivot::PivotFieldCollection::Add method
PivotFieldCollection::Add method
Adds a PivotFieldObject to the specific type PivotFields.
int32_t Aspose::Cells::Pivot::PivotFieldCollection::Add(const PivotField &pivotField)
Parameter | Type | Description |
---|---|---|
pivotField | const PivotField& | a PivotFieldObject. |
ReturnValue
the index of the PivotFieldObject in this PivotFields.
See Also
- Class Vector
- Class PivotField
- Class PivotFieldCollection
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++