Chapter Contents

Previous

Next
Table Editor: _getSelect

Table Editor: _getSelect



Returns the coordinates of the highlighted (selected) area


Syntax
Details
See Also

Syntax

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

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


Details

Empty lists are returned if there is no selected area.

See Also

_setSelect


Chapter Contents

Previous

Next

Top of Page

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