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