GridListControl::GetSelItems
Description
Gets text value of selected rows by given column
Syntax
bool GetSelItems( int nCol, vector<string> & vsItems )
Parameters
- nCol
- [input] 0-offset column index
- vsItems
- [input] text value of the selected rows
Return
true on successful or false on failure
Examples
See examples of CancelSelRows
Remark
See Also
header to Included
GridControl.h