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

SubDocument.findTables(arg) Method

Returns an array of tables that match the search conditions.

Declaration

findTables(
    arg: number | Interval
): Table[]

Parameters

Name Type Description
arg number | Interval

Contains a position or interval indicating where to search tables.

Returns

Type Description
__type[]

An array of the Table objects.

Remarks

richEdit.document.activeSubDocument.findTables(richEdit.selection.intervals[0]);
See Also