Chapter Contents |
Previous |
Next |
Table Editor: _setHeldColumns |
Syntax | |
Details | |
See Also |
Syntax |
CALL SEND (table-id, '_setHeldColumns', start-col, end-col); |
Argument | Type | Description |
---|---|---|
start-col |
N | specifies the identifier of an SCL list that contains the coordinates of the first column to hold. See Coordinate Lists. |
end-col |
N | specifies the identifier of an SCL list that contains the coordinates of the last column to hold. See Coordinate Lists. |
Details |
The _setHeldColumns method makes a contiguous range of columns nonscrollable. The first column in this range is positioned flush against the row labels. These columns remain displayed just like row labels as you scroll horizontally. To resume normal scrolling, use the _releaseColumn method. The specified range replaces any previously held range.
See Also |
_releaseColumn
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.