Chapter Contents

Previous

Next
Table Editor: _setVscroll

Table Editor: _setVscroll



Sets the unit by which a table can scroll vertically


Syntax
Details
See Also

Syntax

CALL SEND (table-id, '_setVscroll', unit<, num-units>);

Argument Type Description
unit
C specifies the scrolling unit:
'PAGE' (default)
'MAX'
'HALF'
'ROW'
num-units
N specifies the number of units to scroll. The default is 1.


Details

The scrolling unit and amount specified with the _setVscroll method are the defaults for the _vscroll method.

See Also

_getVscroll and _vscroll


Chapter Contents

Previous

Next

Top of Page

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