Selection.SelectRow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Selects the row that contains the insertion point, or selects all rows that contain the selection.
public:
void SelectRow();
public void SelectRow ();
abstract member SelectRow : unit -> unit
Public Sub SelectRow ()
Remarks
If the selection isn't in a table, an error occurs.