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