select_range方法

select_range

选择一个范围。

def select_range(self, start_row, start_column, total_rows, total_columns, remove_others):
    ...
范围类型描述
start_rowint起始行。
start_columnint起始栏
total_rowsint行数。
total_columnsint列数
remove_othersboolTrue 表示删除其他选定范围并仅选择此范围。

也可以看看