select_range method

select_range

Selects a range.

def select_range(self, start_row, start_column, total_rows, total_columns, remove_others):
    ...
ParameterTypeDescription
start_rowintThe start row.
start_columnintThe start column
total_rowsintThe number of rows.
total_columnsintThe number of columns
remove_othersboolTrue means removing other selected range and only select this range.

See Also