Aspose::Cells::Pivot::PivotFieldCollection::Move method
PivotFieldCollection::Move method
Moves the PivotField from current position to destination position.
void Aspose::Cells::Pivot::PivotFieldCollection::Move(int32_t currPos, int32_t destPos)
Parameter | Type | Description |
---|---|---|
currPos | int32_t | Current position of PivotField based on zero |
destPos | int32_t | Destination position of PivotField based on zero |
See Also
- Class Vector
- Class PivotFieldCollection
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++