Back to Devexpress

SubDocument.tablesInfo Property

aspnet-js-subdocument-d34bc977.md

latest873 B
Original Source

SubDocument.tablesInfo Property

Returns information about tables in the sub-document.

Declaration

ts
get tablesInfo(): Table[]

Property Value

TypeDescription
Table[]

An array of objects that contain information about tables.

|

Remarks

javascript
var tables = richEdit.document.activeSubDocument.tablesInfo;

You can use the findTables(arg) method to get an array of tables that match the search conditions.

Refer to the following section for more information: Access a Structural Element.

See Also

SubDocument Class

SubDocument Members