BBjGrid::setColumnHeaderCellStyle
Description
Sets the cell style used for a column header in the BBjGrid.
Syntax
Return Value |
Method |
---|---|
void |
setColumnHeaderCellStyle(int column, int style) |
Parameters
Variable |
Description |
|
column |
Specifies the 0-based column. |
|
style |
Specifies one of the following styles listed below: Style Value Constants: |
|
|
GRID_STYLE_BUTTON_UP |
Raised button. |
|
GRID_STYLE_BUTTON_DOWN |
Recessed button. |
|
GRID_STYLE_TEXT |
Text field. |
Return Value
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.