select_range yöntemi
select_range(self, start_row, start_column, total_rows, total_columns, remove_others)
Bir aralığı seçer.
def select_range(self, start_row, start_column, total_rows, total_columns, remove_others):
...
Parametre | Tip | Tanım |
---|---|---|
start_row | int | Başlangıç sırası. |
start_column | int | Başlangıç sütunu |
total_rows | int | Satır sayısı. |
total_columns | int | Sütun sayısı |
remove_others | bool | True, seçili diğer aralığın kaldırılması ve yalnızca bu aralığın seçilmesi anlamına gelir. |
Ayrıca bakınız
- modül
aspose.cells
- sınıf
Worksheet