Chapter Contents |
Previous |
Next |
Table Editor: _setActiveCell |
Syntax | |
Details |
Syntax |
CALL SEND (table-id, '_setActiveCell', row, col); |
Argument | Type | Description |
---|---|---|
row |
N | specifies the identifier of an SCL list that contains the row coordinates. See Coordinate Lists. |
col |
N | specifies the identifier of an SCL list that contains the column coordinates. See Coordinate Lists. |
Details |
The _setActiveCell method does not make the active cell visible; see _gotoCell in this class.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.