BBjGrid::setColumnHeaderCellImage
Description
In BBj 5.00 and higher, this method sets the image displayed in a BBjGrid column header cell.
Syntax
Return Value |
Method |
---|---|
void |
setColumnHeaderCellImage(int column, BBjImage image!) |
Parameters
Variable |
Description |
column |
Specifies the column of cell for which image is set. |
image! |
Specifies the BBjImage to display in the cell. |
Return Value
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.