Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.