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

Table.index Property

Gets an index of the table.

Declaration

readonly index: number

Property Value

Type Description
number

An integer value specifying the table’s index.

Remarks

Use the index to access the corresponding table via the SubDocument.tablesInfo array.

See Also