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