CursorRow

[property icon] CursorRow

Returns the cursor row position to left/right click event handlers

Read-only Runtime-only Integer property

Applies to: Grid


>

CursorRow

This property is used in conjunction with the CursorCol property to find out 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.

See also

Grid methods, properties and events.