RichEditSelection.selectTableRow Method
Selects the table row in which the cursor is located.
Declaration
selectTableRow(): void
Remarks
richEdit.selection.selectTableRow();
Refer to the following section for more information: Client Selection.
See Also