move_to method

move_to

Move the current range to the dest range.

def move_to(self, dest_row, dest_column):
    ...
ParameterTypeDescription
dest_rowintThe start row of the dest range.
dest_columnintThe start column of the dest range.

See Also