Chapter Contents |
Previous |
Next |
Table Editor: _getHscroll |
Syntax | |
Details | |
See Also |
Syntax |
CALL SEND (table-id, '_getHscroll', unit<, num-units>); |
Argument | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
unit |
C | returns the scrolling unit:
|
||||||||
num-units |
N | returns the number of units to scroll |
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 number of the maximum columns (see the _getMaxcol method in this class) minus the visible columns |
'COLUMN' | by the amount specified by num-units |
See Also |
_setHscroll and _hscroll
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.