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.
Selects the row that contains the insertion point, or selects all rows that contain the selection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub SelectRow
'Usage
Dim instance As Selection
instance.SelectRow()
void SelectRow()
Remarks
If the selection isn't in a table, an error occurs.