GridControl::GetMouseCell
Description
Returns the 0-offset row/column index under the mouse pointer.
Syntax
bool GetMouseCell( int & nRow, int & nCol )
Parameters
- nRow
- [output] 0-offset row index under the mouse pointer
- nCol
- [output] 0-offset column index under the mouse pointer
Return
false if the mouse pointer is still at the same location as last call, otherwise true
Examples
See examples of InsertRow
Remark
See Also
- GridControl::GetMousePixel
- GridControl::GetSelCell
header to Included
GridControl.h