Table.index Property
In This Article
Gets an index of the table.
#Declaration
TypeScript
get 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