move_to方法
move_to
将当前范围移至目标范围。
def move_to(self, dest_row, dest_column):
...
范围 | 类型 | 描述 |
---|---|---|
dest_row | int | 目标范围的起始行。 |
dest_column | int | 目标范围的起始列。 |
将当前范围移至目标范围。
def move_to(self, dest_row, dest_column):
...
范围 | 类型 | 描述 |
---|---|---|
dest_row | int | 目标范围的起始行。 |
dest_column | int | 目标范围的起始列。 |