Skip to content

deletecols

Delete entire columns.

deletecols(cr, cr2, ...)

Removes the columns containing the given cell ranges, shifting subsequent columns left.

deletecols(C1:E1)
  • insertcols — Insert empty columns at the specified position.
  • deleterows — Delete entire rows.
  • deletecells — Delete cells, shifting remaining cells.