Interface CommonGrid::setColumnStyle
Description
Sets the default style of a column in the BBjGrid.
Syntax
| Return Value | Method |
|---|---|
|
void |
setColumnStyle(int column, int style) |
Parameters
| Parameter | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
column |
Specifies the 0-based column. |
||||||||||||||||||||
|
style |
Specifies one of the following values:
|
Return Value
None.
Remarks
By default, the default cell style is GRID_STYLE_INPUTE.
Cell styles GRID_STYLE_TEXT support
HTML tags.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.