PivotTable.Move

Move(int, int)

Moves the PivotTable to a different location in the worksheet.

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

See Also


Move(string)

Moves the PivotTable to a different location in the worksheet.

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

See Also