TextTableColumns

This class is a collection of TextTableColumn objects representing all the columns in a table.

Properties

Application through getApplication

Count through getCount

Methods

add

item

remove

Access

To get all the columns of a table, use the Columns property in the TextTable class.

Usage

TextTableColumns provides access to columns, and provides methods to insert and remove columns.

See examples

Example: TextTableColumns