TextTableRows

This class is a collection of TextTableRow objects representing all the rows in a table.

Properties

Application through getApplication

AutoHeight through isAutoHeight and setAutoHeight

Count through getCount

Height through getHeight and setHeight

Methods

add

item

remove

Access

To get all the rows of a table, use the Rows property in the TextTable class.

Usage

TextTableRows provides access to rows, and provides methods to insert and remove rows.

See examples

Example: TextTableRows