Selection.SelectRow Method

Definition

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.

Applies to