Aspose::Cells::Pivot::PivotItem::Move method
PivotItem::Move method
Moves the item up or down.
void Aspose::Cells::Pivot::PivotItem::Move(int32_t count, bool isSameParent)
Parameter | Type | Description |
---|---|---|
count | int32_t | The number of moving up or down. Move the item up if this is less than zero; Move the item down if this is greater than zero. |
isSameParent | bool | Specifying whether moving operation is in the same parent node or not |
See Also
- Class Vector
- Class PivotItem
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++