deleterows
Delete entire rows.
Syntax
Section titled “Syntax”deleterows(cr, cr2, ...)Description
Section titled “Description”Removes the rows containing the given cell ranges, shifting subsequent rows up. Affects the entire row span — for partial-cell deletions use deletecells.
Example
Section titled “Example”deleterows(A5:A10)See also
Section titled “See also”insertrows— Insert empty rows above the specified position.deletecols— Delete entire columns.deletecells— Delete cells, shifting remaining cells.clearcells— Clear cell contents while preserving the cells themselves.