| BOOL CBCGPGridCtrl::SelectFirstLastItemInRow | ( | BOOL | bIsFirst, |
| BOOL | bShift, | ||
| BOOL | bRedraw = TRUE |
||
| ) |
Moves selection to the first/last cell in the current row.
| bIsFirst | True - move selection to the first item; FALSE - to the last. |
| bShift | Specifies whether items range between the current and new items should be selected. |
| bRedraw | If TRUE, the grid control should be redrawn. |