unhide_rows method

unhide_rows

Unhides the hidden rows.

def unhide_rows(self, row, total_rows, height):
    ...
ParameterTypeDescription
rowintThe row index.
total_rowsintThe row number.
heightfloatRow height. The row’s height will be changed only when the row is hidden and given height value is positive.

See Also