Selection.InsertColumns Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts columns to the left of the column that contains the selection.
public:
void InsertColumns();
public void InsertColumns ();
abstract member InsertColumns : unit -> unit
Public Sub InsertColumns ()
Remarks
If the selection isn't in a table, an error occurs.
The number of columns inserted is equal to the number of columns selected. You can also insert columns by using the Add(Object) method of the Columns object.