tableLens
Specifies the Table’s TableLens object, which allows you to access and modify table attributes using the TableLens API.
Example
TableView1.tablelens.setForeground(0, 2, java.awt.Color.red);
|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |