Type: Boolean
Availability: Read or write at run time only
The showCurrentRowImage property of the JadeTableSheet class specifies whether a binary image is displayed in the fixed cell at the start of the currently selected row, as shown in the following image.
If the value of the showCurrentRowImage property is false (the default) or the sheet has no fixed columns, there is no impact. If the value is true, the first fixed cell displays an image indicating that it is the current row (unless that cell already has a picture assigned) for the current non-fixed row. The image is displayed after any cell text and takes precedence over the text. A default image is displayed unless a different image is set for the currentRowImage property.
The image is displayed after any cell text as if the
Row heights and the width of the first column could be affected by this image. The spacing between the image and the text is 3 through 15 pixels, depending on the extra space available.
The code fragment in the following example shows the use of the showCurrentRowImage property.
table1.accessSheet(1).showCurrentRowImage := true;