Type: Integer
Availability: Read or write at any time
The backColor property of the JadeTableElement class determines the background color of a table element. For a description of this property, see the
The following example shows the use of the backColor property.
table1.accessRow(2).backColor := Red;