Chapter Contents

Previous

Next
Table Editor: _getViscol

Table Editor: _getViscol



Returns the number of columns that are currently visible


Syntax
Details

Syntax

CALL SEND (table-id, '_getViscol', numcols<, partial-cols>);

Argument Type Description
numcols
N returns the number of visible columns
partial-cols
N returns the number of partially visible columns. The only possible values are 0 or 1.


Details

The value obtained by subtracting partial-cols from numcols is used when a table is scrolled horizontally by a PAGE or HALF.See the _setHscroll method in this class for more information. The ratio of this value to the maximum number of columns determines the size of the thumb in the horizontal scroll bar.


Chapter Contents

Previous

Next

Top of Page

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