| BOOL CBCGPGridCtrl::SelectArea | ( | int | nStartRow, |
| int | nStartColumn, | ||
| int | nRows, | ||
| int | nColumns, | ||
| BOOL | bRedraw = TRUE, |
||
| BOOL | bClearSelection = TRUE |
||
| ) |
Selects an area specified by bounds.
| nStartRow | The start row. |
| nStartColumn | The start column. |
| nRows | The rows count. |
| nColumns | The columns colunt. |
| bRedraw | If TRUE, the grid control should be redrawn. |
| bClearSelection | TRUE - clear the current selection; FALSE - combine this selection with the current. |
Call this function to select the specified by (nStartRow, nStartColumn, nRows, nColumns) grid rectangle.