Chapter Contents |
Previous |
Next |
Table Editor: _getVscroll |
Syntax | |
Details | |
See Also |
Syntax |
CALL SEND (table-id, '_getVscroll', 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 vertically... |
---|---|
'PAGE' | by the number of visible rows |
'HALF' | by half the number of visible rows |
'MAX' | either to the top or the bottom |
'ROW' | by the amount specified by num-units |
See Also |
_setVscroll and _vscroll
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.