PivotTable.Move
Move(int, int)
Moves the PivotTable to a different location in the worksheet.
public void Move(int row, int column)
Parameter | Type | Description |
---|---|---|
row | Int32 | row index. |
column | Int32 | column index. |
See Also
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
Move(string)
Moves the PivotTable to a different location in the worksheet.
public void Move(string destCellName)
Parameter | Type | Description |
---|---|---|
destCellName | String | the dest cell name. |
See Also
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells