Skip to main content
A newer version of this page is available. .

RichEditSelection.selectTable Method

Selects the entire table in which the cursor is located and allows you to extend the entire selection with the currently existing selection.

Declaration

selectTable(
    extendSelection?: boolean
): void

Parameters

Name Type Description
extendSelection boolean

true to extend the selection; otherwise, false.

Remarks

Usage example:

richEdit.selection.selectTable(true);
See Also