Chapter Contents

Previous

Next
Table Editor: _updateRange

Table Editor: _updateRange



Queries the data model for the given cell range and refreshes the display


Syntax

Syntax

CALL SEND (table-id, '_updateRange', 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.


Chapter Contents

Previous

Next

Top of Page

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