Aspose::Cells::Pivot::PivotFieldCollection::Insert method

PivotFieldCollection::Insert method

Insert a pivot field at specific index.

void Aspose::Cells::Pivot::PivotFieldCollection::Insert(int32_t index, const PivotField &pivotField)
ParameterTypeDescription
indexint32_tThe index.
pivotFieldconst PivotField&The field.

See Also