hide_rows method
hide_rows(self, row, total_rows)
Hides multiple rows.
def hide_rows(self, row, total_rows):
...
Parameter | Type | Description |
---|---|---|
row | int | The row index. |
total_rows | int | The row number. |
See Also
- module
aspose.cells
- class
Cells
Hides multiple rows.
def hide_rows(self, row, total_rows):
...
Parameter | Type | Description |
---|---|---|
row | int | The row index. |
total_rows | int | The row number. |
aspose.cells
Cells