select_range method
select_range
Selects a range.
def select_range(self, start_row, start_column, total_rows, total_columns, remove_others):
...
Parameter | Type | Description |
---|---|---|
start_row | int | The start row. |
start_column | int | The start column |
total_rows | int | The number of rows. |
total_columns | int | The number of columns |
remove_others | bool | True means removing other selected range and only select this range. |
See Also
- module
aspose.cells
- class
Worksheet