swap_item method
swap_item(self, index1, index2)
Directly swap two items.
def swap_item(self, index1, index2):
...
| Parameter | Type | Description |
|---|---|---|
| index1 | int | |
| index2 | int |
See Also
- module
aspose.cells.pivot - class
PivotItemCollection
Directly swap two items.
def swap_item(self, index1, index2):
...
| Parameter | Type | Description |
|---|---|---|
| index1 | int | |
| index2 | int |
aspose.cells.pivotPivotItemCollection