hide_rows method

hide_rows(self, row, total_rows)

Hides multiple rows.


def hide_rows(self, row, total_rows):
    ...
ParameterTypeDescription
rowintThe row index.
total_rowsintThe row number.

See Also