rowBackground

Specifies the Table row background as an array. Use the row number as the index to reference the attribute.

Type

array of java.awt.Color or RGB value

Example

rowBackground[1] = java.awt.Color.green;

rowBackground[1] = [0,0,255];

<< rowAlignment © 1996-2013 InetSoft Technology Corporation (v11.4) rowBorder >>