Function Name | dcl-Grid-SetCurCell |
---|---|
Syntax | (dcl-Grid-SetCurCell
<CONTROL> Row [as Long]
{Column [as
Long]}) |
Return Type | Boolean (T if successful; otherwise NIL) |
Applies To | 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.