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)
Parameter | Type | Description |
---|---|---|
sourceIndex | Int32 | The current index |
destIndex | Int32 | The 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
- class PivotItemCollection
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells