2.2.6.17.17 GridControl::GetCheck
Contents
Description
Gets the state of the cell's check box.
Syntax
bool GetCheck( int nRow, int nCol )
Parameters
- nRow
- [input] 0-offset row index
- nCol
- [input] 0-offset column index
Return
false if row/column index is invalid, or given cell's check box is unchecked, otherwise true
Examples
See examples of SetCheck
Remark
See Also
Header to Included
GridControl.h