move_range method

move_range

Moves the range.

def move_range(self, source_area, dest_row, dest_column):
    ...
ParameterTypeDescription
source_areaCellAreaThe range which should be moved.
dest_rowintThe dest row.
dest_columnintThe dest column.

See Also