cellFont

Specifies the Table cell font 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.

Type

two dimensional array of java.awt.Font

Example

cellFont[0][0] = new java.awt.Font('Serif',
   java.awt.Font.BOLD, 12);

<< cellSpan © 1996-2013 InetSoft Technology Corporation (v11.4) cellAlignment >>