2.2.6.18.2 GridListControl::CheckSelRow
Contents
Description
Check if given row is selected. If not then select it.
Syntax
bool CheckSelRow( int nRow, bool bOnlyInsideGrid = true )
Parameters
- nRow
- [input] 0-offset row index
- bOnlyInsideGrid
- [input] if true, only consider row inside grid
Return
return false if given row is already selected, otherwise true
Examples
See examples of CancelSelRows
Remark
See Also
Header to Included
GridControl.h