Contains all tables of a Text Control document or part of the document.
TableCollection Introduced: X18.
| Method | Description |
|---|---|
| add | Adds a table at the current input position. |
| element |
Returns the element at a specified index in the collection.
(Inherited from Table |
| for |
Executes a callback function for each element.
(Inherited from Table |
| get |
Gets a value indicating whether a new table can be inserted at the current input position. |
| get |
Gets the number of elements contained in the collection.
(Inherited from Table |
| get |
Gets a value indicating whether table's gridlines are shown or not. |
| get |
Gets the first table in the collection with the given id.
(Inherited from Table |
| remove |
Removes the table at the current input position.
(Inherited from Table |
| remove |
Removes the first table with the passed id.
(Inherited from Table |
| set |
Sets a value indicating wether table grid lines are shown or not. |