Chapter Contents |
Previous |
Next |
Table Editor: _getMaxcol |
Syntax | |
Details | |
See Also |
Syntax |
CALL SEND (table-id, '_getMaxcol', max); |
Argument | Type | Description |
---|---|---|
max |
N | returns the maximum number of columns in the table. This number is negative if the table is horizontally dynamic. |
Details |
The _getMaxcol method returns the maximum number of columns for which a table can be scrolled right. A negative value indicates that the number of columns is dynamic. The ratio of this value to the number of visible columns (see the _getViscol method in this class) determines the size of the thumb in the horizontal scroll bar.
See Also |
_setMaxCol
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.