2.2.6.17.126 GridControl::SetRowsIsSelected
Contents
Description
Sets whether a range of rows are selected
Syntax
void SetRowsIsSelected( long Row1, long Row2, bool bSel )
Parameters
- Row1
- [input] the begin row index, 0-offset
- Row2
- [input] the end row index, 0-offset
- bSel
- [input] true to set rows selected
Return
Examples
See examples of GetIsSelected
Remark
See Also
Header to Included
GridControl.h