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)
ParameterTypeDescription
countint32_tThe 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.
isSameParentboolSpecifying whether moving operation is in the same parent node or not

See Also