changeitems_order method
changeitems_order
Directly changes the orders of the two items.
def changeitems_order(self, source_index, dest_index):
...
Parameter | Type | Description |
---|---|---|
source_index | int | The current index |
dest_index | int | 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
- module
aspose.cells.pivot
- class
PivotItemCollection