BBjGrid::setShouldHighlightSelectedColumn
Description
In BBj 15.00 and higher, this method sets whether the grid will highlight the entire column containing the currently selected cell.
Syntax
|
Return Value |
Method |
|
void |
setShouldHighlightSelectedColumn(int p_should) |
Parameters
|
Variable |
Description |
|
p_should |
Indicates whether the grid should highlight the entire column containing the currently selected cell. |
Return Value
None.
Remarks
By default, a grid does not highlight the entire column of the currently selected cell. The default is false.
Example
|
See Also
BBjGrid::getShouldHighlightSelectedColumn
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.