move_to metod
move_to(self, dest_cell_name)
Flyttar pivottabellen till en annan plats i kalkylbladet.
def move_to(self, dest_cell_name):
...
| Parameter | Typ | Beskrivning |
|---|---|---|
| dest_cell_name | str | destinationscellens namn. |
move_to(self, row, column)
Flyttar pivottabellen till en annan plats i kalkylbladet.
def move_to(self, row, column):
...
| Parameter | Typ | Beskrivning |
|---|---|---|
| row | int | radindex. |
| column | int | kolumnindex. |
Se även
- modul
aspose.cells.pivot - klass
PivotTable