Contains all tables of a Text Control document or part of the document.

Syntax

TableCollection

Introduced: X18.

Methods

Method Description
add Adds a table at the current input position.
elementAt Returns the element at a specified index in the collection.
(Inherited from TableBaseCollection)
forEach Executes a callback function for each element.
(Inherited from TableBaseCollection)
getCanAdd Gets a value indicating whether a new table can be inserted at the current input position.
getCount Gets the number of elements contained in the collection.
(Inherited from TableBaseCollection)
getGridLines Gets a value indicating whether table's gridlines are shown or not.
getItem Gets the first table in the collection with the given id.
(Inherited from TableBaseCollection)
removeAtInputPosition Removes the table at the current input position.
(Inherited from TableBaseCollection)
removeById Removes the first table with the passed id.
(Inherited from TableBaseCollection)
setGridLines Sets a value indicating wether table grid lines are shown or not.