PivotTable.MoveTo

MoveTo(int, int)

Moves the PivotTable to a different location in the worksheet.

public void MoveTo(int row, int column)
ParameterTypeDescription
rowInt32row index.
columnInt32column index.

See Also


MoveTo(string)

Moves the PivotTable to a different location in the worksheet.

public void MoveTo(string destCellName)
ParameterTypeDescription
destCellNameStringthe dest cell name.

See Also