Grid_SetCurCell

Funktionsname dcl_Grid_SetCurCell
Syntax   (dcl_Grid_SetCurCell <CONTROL> Row [as Long] {Column [as Long]})
Rückgabewert Boolean (T if successful; otherwise NIL)
Anwendbar auf Grid

This method sets the active cell. If Row is -1, an entire column is activated. If Column is omitted or -1, an entire row is activated. The grid will be scrolled, if necessary, to ensure that the active cell is displayed.