cellFormat
Specifies the Table cell data format 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.text.Format
Example
cellFormat[0][0] = new java.text.DecimalFormat('$#,##0.00');
See Also
formatDate(), formatNumber(), for information on date/number formats.
Format Types, in Report Design, for general information.
| << cellBackground | © 1996-2013 InetSoft Technology Corporation (v11.5) | cellPresenter >> |