insertColumns method



Inserts one or more empty columns immediately to the left of the referenced range.

Syntax

Range.insertColumns()

Applies to

Range object.

Parameters

none.

Return value

none.

Usage

insertColumns() inserts as many columns as there are in the range specified by Range.

See also
insertRows method
deleteColumns method
deleteRows method