Contains all columns of a table in a Text Control document
TableColumnCollection Introduced: X18.
| Method | Description |
|---|---|
| add | Adds a new table column at the current text input position. |
| element |
Returns the element at a specified index in the collection.
(Inherited from Collection) |
| for |
Executes a callback function for each element.
(Inherited from Collection) |
| get |
Gets a value indicating whether a new column can be inserted at the current input position. |
| get |
Gets a value indicating whether the selected columns can be removed. |
| get |
Gets the number of elements contained in the collection.
(Inherited from Collection) |
| get |
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. |