BOOL CBCGPGridCtrl::IsRowSelected | ( | int | nRow, |
BOOL | bAllItemsSelected = FALSE |
||
) | const |
Tells whether the grid control has at least one selected item in the specified row, or not.
Use this function to determine whether the row is selected or not.
nRow | Specifies the row index. |
bAllItemsSelected | If TRUE, the row is treated as selected if all items in the row are selected. If FALSE, the row is treated as selected if at least one item in the row is selected. |