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)
ParameterTypeDescription
pivotFieldconst PivotField&a PivotFieldObject.

ReturnValue

the index of the PivotFieldObject in this PivotFields.

See Also