Selection.InsertColumnsRight Method

Definition

Inserts columns to the right of the current selection.

public:
 void InsertColumnsRight();
public void InsertColumnsRight ();
abstract member InsertColumnsRight : unit -> unit
Public Sub InsertColumnsRight ()

Remarks

Microsoft Word inserts as many columns as there are in the current selection.

In order to use this method, the current selection must be in a table.

Applies to