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)
| Parameter | Type | Description |
|---|---|---|
| index | int32_t | The index. |
| pivotField | const PivotField& | The field. |
See Also
- Class Vector
- Class PivotField
- Class PivotFieldCollection
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++