Metodo swap_sheet
swap_sheet(self, sheet_index1, sheet_index2)
Scambia i due fogli.
def swap_sheet(self, sheet_index1, sheet_index2):
...
| Parametro | Tipo | Descrizione |
|---|---|---|
| sheet_index1 | int | Il primo foglio di lavoro. |
| sheet_index2 | int | Il secondo foglio di lavoro. |
Guarda anche
- modulo
aspose.cells - classe
WorksheetCollection