Contains all columns of a table in a Text Control document

Syntax

TableColumnCollection

Introduced: X18.

Methods

Method Description
add Adds a new table column at the current text input position.
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)
getCanAdd Gets a value indicating whether a new column can be inserted at the current input position.
getCanRemove Gets a value indicating whether the selected columns can be removed.
getCount Gets the number of elements contained in the collection.
(Inherited from Collection)
getItem Gets the table column with the specified index or the column at the current input position.
remove Removes the table column at the current text input position or all selected columns when a text selection exists.