Chapter Contents

Previous

Next
Table Editor: _setSelect

Table Editor: _setSelect



Creates a highlighted area


Syntax
Details

Syntax

CALL SEND (table-id, '_setSelect', ULrow, ULcol, LRrow, LRcol);

Argument Type Description
ULrow
N specifies the identifier of an SCL list that contains the upper-left row coordinates. See Coordinate Lists.
ULcol
N specifies the identifier of an SCL list that contains the upper-left column coordinates. See Coordinate Lists.
LRrow
N specifies the identifier of an SCL list that contains the lower-right row coordinates. See Coordinate Lists.
LRcol
N specifies the identifier of an SCL list that contains the lower-right column coordinates. See Coordinate Lists.


Details

Because the table editor maintains only one selected area at a time, each call to _setSelect clears any previously selected area. Use the _clearSelect method to clear the selection.


Chapter Contents

Previous

Next

Top of Page

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