Chapter Contents

Previous

Next
Table Editor: _gotoCell

Table Editor: _gotoCell



Goes to the specified cell


Syntax
Details

Syntax

CALL SEND (table-id, '_gotoCell', row, col<, upper-left>);

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.
upper-left
N If specified and nonzero, then the cell is placed in the upper-left corner; otherwise, if the cell is already fully visible, then no scrolling occurs:


1 position the cell in the upper-left corner of the table


0 if the cell is already visible, don't move it; otherwise, position it in the upper-left corner of the table)


Details

The _gotoCell method ensures that a particular cell is visible. It does not make the cell active; see _setActiveCell in this class.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.