TextTableRow

This class represents a row in a table.

Properties

Application through getApplication

AutoHeight through isAutoHeight and setAutoHeight

BackColor through getBackgroundColor and setBackgroundColor

BackTransparent through isBackTransparent and setBackTransparent

Height through getHeight and setHeight

Creation and access
  • To create a new row, use the add method in the TextTableRows class.
  • To get a row of a table, use the item method in the TextTableRows class.
See examples

Example: TextTableRows