Type | Name | Description | Notes |
Color | background | Contains the background color of the cell. | |
Int | column | Contains the column position of the cell relative to the table gadget. | read-only |
Font | font | Contains the font of the cell. | |
Color | foreground | Contains the foreground color of the cell. | |
Int | row | Contains the row position of the cell to the table gadget. | read-only |
Boolean | selected | This property is true if the cell is selected. | read-only |
Int | tableColumn | Contains the column position of the cell relative to the underlying table. Its value can be different from that of the row property if the table gadget has local column geometry and columns have been reordered. | read-only |