deletecols
Delete entire columns.
Syntax
Section titled “Syntax”deletecols(cr, cr2, ...)Description
Section titled “Description”Removes the columns containing the given cell ranges, shifting subsequent columns left.
Example
Section titled “Example”deletecols(C1:E1)See also
Section titled “See also”insertcols— Insert empty columns at the specified position.deleterows— Delete entire rows.deletecells— Delete cells, shifting remaining cells.