hiderows
Hide rows.
Syntax
Section titled “Syntax”hiderows(cr1, cr2, ...)Description
Section titled “Description”Hides the rows containing the given cell ranges from view. The rows still exist (formulas referencing them keep working); they’re just not displayed. Restore visibility with unhiderows.
Example
Section titled “Example”hiderows(A5:A10)See also
Section titled “See also”unhiderows— Show previously hidden rows.hidecols— Hide columns.grouprows— Group rows so they can be collapsed / expanded as a unit.