changeitems_order method

changeitems_order

Directly changes the orders of the two items.

def changeitems_order(self, source_index, dest_index):
    ...
ParameterTypeDescription
source_indexintThe current index
dest_indexintThe 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