Selection.SelectColumn Method
Selects the column that contains the insertion point, or selects all columns that contain the selection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub SelectColumn
'Usage
Dim instance As Selection
instance.SelectColumn()
void SelectColumn()
Remarks
If the selection isn't in a table, an error occurs.