swap_sheet method
swap_sheet(self, sheet_index1, sheet_index2)
Swaps the two sheets.
def swap_sheet(self, sheet_index1, sheet_index2):
    ...
| Parameter | Type | Description | 
|---|---|---|
| sheet_index1 | int | The first worksheet. | 
| sheet_index2 | int | The second worksheet. | 
See Also
- module 
aspose.cells - class 
WorksheetCollection