PivotItemCollection.ChangeitemsOrder

PivotItemCollection.ChangeitemsOrder method

Directly changes the orders of the two items.

[Obsolete("Use PivotItemCollection.SwapItem() method instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public void ChangeitemsOrder(int sourceIndex, int destIndex)
ParameterTypeDescription
sourceIndexInt32The current index
destIndexInt32The dest index

Remarks

NOTE: This method is now obsolete. Instead, please use PivotItemCollection.SwapItem() method. This method will be removed 12 months later since July 2024. Aspose apologizes for any inconvenience you may have experienced.

See Also