Contains all cells of a table.

Syntax

TableCellCollection

Introduced: X18.

Methods

Method Description
elementAt Returns the element at a specified index in the collection.
(Inherited from Collection)
forEach Executes a callback function for each element.
(Inherited from Collection)
getCanRemove Gets a value indicating whether table cells can be removed.
getCount Gets the number of elements contained in the collection.
(Inherited from Collection)
getItem Gets the cell with the specified row and column number.
getItemAtInputPosition Gets table's cell at the current input position.
remove Removes the table cell at the current text input position or all selected table cells when a text selection exists.