A collection of tables.
Tables Properties
| Property | Type | Access | Description |
|---|---|---|---|
| item | Object | read | Returns the table with the specified index or name. |
| length | Long | read | The number of tables in the collection. |
Tables Methods
| Method | Returns | Description |
|---|---|---|
| add | Table | Create a new table. |
| anyItem | Object | Returns any table. |
| firstItem | Object | Returns the first table. |
| itemByID | Object | Returns the table with the specified ID. |
| itemByRange | Objects | Returns the tables within the specified range. |
| lastItem | Object | Returns the last table. |
| middleItem | Object | Returns the middle table. |
| nextItem | Object | Returns the next table. |
| previousItem | Object | Returns the previous table. |