Chapter Contents |
Previous |
Next |
Table Editor: _hscroll |
Syntax | |
Details | |
See Also |
Syntax |
CALL SEND (table-id, '_hscroll', unit<, num-units>); |
Argument | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
unit |
C | specifies the scrolling unit:
|
||||||||
The default scroll unit is used if unit is not specified. | ||||||||||
num-units |
N | specifies the number of units to scroll. For scrolling right, specify a positive number. For scrolling left, specify a negative number. The default scroll amount is used if num-units is not specified. |
Details |
If the unit is... | the table scrolls horizontally... |
---|---|
'PAGE' | by the number of visible columns |
'HALF' | by half the number of visible columns |
'MAX' | to the value 1 or the number of the maximum columns (see the _getMaxcol method) |
'COLUMN' | by the amount specified by num-units |
See Also |
_getHscroll and _setHscroll
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.