insertcols
Insert empty columns at the specified position.
Syntax
Section titled “Syntax”insertcols(cr, cr2, ...)Description
Section titled “Description”Column-axis equivalent of insertrows. Existing columns shift right.
Example
Section titled “Example”insertcols(C1:D1) % insert two columns before column CSee also
Section titled “See also”deletecols— Delete entire columns.insertrows— Insert empty rows above the specified position.