Retrieving the location of the user selection box


To return the location of the user selection box the CursorRow and CursorCol properties are used. For example:

CurRow = .GridControl1.CursorRow
CurCol = .GridControl1.CursorCol