Selection.InsertColumnsRight Method
Inserts columns to the right of the current selection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub InsertColumnsRight
'Usage
Dim instance As Selection
instance.InsertColumnsRight()
void 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.