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

See Also