2.2.6.17.33 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