Move
Move(int, int)
Verschiebt die PivotTable an eine andere Position im Arbeitsblatt.
public void Move(int row, int column)
| Parameter | Typ | Beschreibung |
|---|---|---|
| row | Int32 | Zeilenindex. |
| column | Int32 | Spaltenindex. |
Siehe auch
- class PivotTable
- namensraum Aspose.Cells.Pivot
- Montage Aspose.Cells
Move(string)
Verschiebt die PivotTable an eine andere Position im Arbeitsblatt.
public void Move(string destCellName)
| Parameter | Typ | Beschreibung |
|---|---|---|
| destCellName | String | der Name der Zielzelle. |
Siehe auch
- class PivotTable
- namensraum Aspose.Cells.Pivot
- Montage Aspose.Cells