unhide_row method
unhide_row(self, row, height)
Unhides a row.
def unhide_row(self, row, height):
...
Parameter | Type | Description |
---|---|---|
row | int | Row index. |
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