Chapter Contents

Previous

Next
Table Editor: _setHeldRows

Table Editor: _setHeldRows



Holds a given range of rows


Syntax
Details
See Also

Syntax

CALL SEND (table-id, '_setHeldRows', start-row, end-row);

Argument Type Description
start-row
N specifies the identifier of an SCL list that contains the coordinates of the first row to hold. See Coordinate Lists.
end-row
N specifies the identifier of an SCL list that contains the coordinates of the last row to hold. See Coordinate Lists.


Details

The _setHeldRows method makes a contiguous range of rows nonscrollable. The first row in this range is positioned flush against the column labels. These rows remain displayed just like column labels as you scroll vertically. To resume normal scrolling, use the _releaseRow method. The specified range replaces any previously held range.

See Also

_releaseRow


Chapter Contents

Previous

Next

Top of Page

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