group_rows method
group_rows(self, first_index, last_index)
Groups rows.
def group_rows(self, first_index, last_index):
...
| Parameter | Type | Description |
|---|---|---|
| first_index | int | The first row index to be grouped. |
| last_index | int | The last row index to be grouped. |
group_rows(self, first_index, last_index, is_hidden)
Groups rows.
def group_rows(self, first_index, last_index, is_hidden):
...
| Parameter | Type | Description |
|---|---|---|
| first_index | int | The first row index to be grouped. |
| last_index | int | The last row index to be grouped. |
| is_hidden | bool | Specifies if the grouped rows are hidden. |
See Also
- module
aspose.cells - class
Cells