PivotItemCollection.ChangeitemsOrder

PivotItemCollection.ChangeitemsOrder method

Directly changes the orders of the two items.

public void ChangeitemsOrder(int sourceIndex, int destIndex)
ParameterTypeDescription
sourceIndexInt32The current index
destIndexInt32The dest index

See Also