Chapter Contents |
Previous |
Next |
SCL List Model: _setColumnSizes |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_setColumnSizes', size-list); |
Argument | Type | Description |
---|---|---|
size-list |
N | specifies the identifier of an SCL list that contains the column sizes |
Details |
Each named item in the list corresponds to a name of a column. The size of the column is expressed in points (72 points = 1 inch). If the item in the list is 0, the columns are sized to display the largest value for the column.
The default is 0 (size to fit). This behavior requires that all the data be read in order to determine the largest value for the column.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.