Aspose::Cells::Pivot::PivotFieldCollection::AddByBaseIndex method

PivotFieldCollection::AddByBaseIndex method

Adds a PivotFieldObject to the specific type PivotFields.

int32_t Aspose::Cells::Pivot::PivotFieldCollection::AddByBaseIndex(int32_t baseFieldIndex)
ParameterTypeDescription
baseFieldIndexint32_tfield index in the base PivotFields.

ReturnValue

the index of the PivotFieldObject in this PivotFields.

See Also