Type: Binary
Availability: Read or write at run time only
The picture property of the JadeTableCell class contains a graphic to be displayed in the cell referenced by this object. For a description of this property, see the
The code fragment in the following example shows the use of the picture property.
table1.accessCell(2, 3).picture := app.loadPicture("c:\images\company.ico");