Skip to main content

Table.index Property

Gets an index of the table.

Declaration

readonly index: number

Property Value

Type Description
number

The table’s index.

Remarks

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

See Also