BOOL CBCGPGridCtrl::IsColumnSelected | ( | int | nColumn, |
BOOL | bAllItemsSelected = FALSE |
||
) | const |
Tells whether a column is selected, or not.
Use this function to determine whether a column is selected or not. The function is used to highlight header for selected range.
nColumn | Specifies column index. |
bAllItemsSelected | If TRUE, the row is treated as selected if all items in the column are selected. If FALSE, the row is treated as selected if at least one item in the column is selected. |