Aspose::Cells::Pivot::PivotFieldCollection::Add method

PivotFieldCollection::Add method

Adds a PivotField Object to the specific type PivotFields.

int32_t Aspose::Cells::Pivot::PivotFieldCollection::Add(const PivotField &pivotField)
ParameterTypeDescription
pivotFieldconst PivotField&a PivotField Object.

ReturnValue

the index of the PivotField Object in this PivotFields.

See Also