unhide_row method

unhide_row

Unhides a row.

def unhide_row(self, row, height):
    ...
ParameterTypeDescription
rowintRow index.
heightfloatRow height. The row’s height will be changed only when the row is hidden and given height value is positive.

See Also