BBjGrid::getShouldHighlightSelectedColumn
Description
In BBj 15.00 and higher, this method returns whether the grid will highlight the entire column of the currently selected cell.
Syntax
Return Value |
Method |
int |
getShouldHighlightSelectedColumn() |
Parameters
None.
Return Value
Returns 1 if the grid will highlight the entire column of the currently selected cell, otherwise returns a 0. The default is false.
Example
|
See Also
BBjGrid::setShouldHighlightSelectedColumn
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.