Example: BackColor property

This example sets a red background color for the second table.

  TextTable table = tables.item(2);
  table.setBackTransparent(false);
  table.setBackgroundColor(application.RGB(255, 0, 0));

Related information

BackColor property