unhide_rows method
unhide_rows(self, row, total_rows, height)
Unhides the hidden rows.
def unhide_rows(self, row, total_rows, height):
...
| Parameter | Type | Description |
|---|---|---|
| row | int | The row index. |
| total_rows | int | The row number. |
| height | float | Row height. The row’s height will be changed only when the row is hidden and given height value is positive. |
See Also
- module
aspose.cells - class
Cells