Chapter Contents

Previous

Next
Table Editor: _setHscroll

Table Editor: _setHscroll



Sets the default horizontal scrolling amount


Syntax
Details
See Also

Syntax

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

Argument Type Description
unit
C specifies the scrolling unit:
'PAGE'
'HALF' (default)
'MAX'
'COLUMN'

num-units
N specifies the number of units to scroll. The default is 1.


Details

The scrolling unit and amount specified with the _setHscroll method are the defaults for the _hscroll method.

See Also

_getHscroll and _hscroll


Chapter Contents

Previous

Next

Top of Page

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