move_to方法

move_to

将当前范围移至目标范围。

def move_to(self, dest_row, dest_column):
    ...
范围类型描述
dest_rowint目标范围的起始行。
dest_columnint目标范围的起始列。

也可以看看