cellForeground
Specifies the Table cell foreground color as a two dimensional array. The attribute can be referenced using the row number as the first index and the column number as the second index.
Use 'Edit Value' in the Script Editor's auto-complete menu to specify colors.
Type
two dimensional array of java.awt.Color or RGB values
Example
cellForeground[0][0] = java.awt.Color.green;
cellForeground[1][3] = [255,0,0]
| << cellLineWrap | © 1996-2013 InetSoft Technology Corporation (v11.4) | cellBackground >> |