CursorCol
CursorCol
Returns the cursor column position to left/right click event handlers
Read-only Runtime-only Integer property
Applies to: Grid
This property is used in conjunction with the CursorRow property to retrieve the current location of the user cell selection rectangle or cursor following a CursorMove() event. For example:
CurrentRow = .GridControl1.CursorRow CurrentCol = .GridControl1.CursorCol
To move the cursor to a specific location use the MoveCursor() method as this propety is read-only.