tableLens

Specifies the Table's TableLens object, which can be used to access and modify the table attributes.

Type

inetsoft.report.lens.AttributeTableLens

Example

tableLens = new inetsoft.report.lens.DefaultTableLens(2,2);

tableLens.setForeground(0, 2, java.awt.Color.red);

<< grow © 1996-2013 InetSoft Technology Corporation (v11.4) tableAdvance >>