Move

Move(int, int)

将数据透视表移动到工作表中的不同位置。

public void Move(int row, int column)
范围类型描述
rowInt32行索引。
columnInt32列索引。

也可以看看


Move(string)

将数据透视表移动到工作表中的不同位置。

public void Move(string destCellName)
范围类型描述
destCellNameStringdest 单元格名称。

也可以看看