![]() Chapter Contents |
![]() Previous |
![]() Next |
| List View Control: _addColumn |
| Syntax |
Syntax |
| objectName._addColumn( index, name ); |
| objectName._addColumn( index, name, sortType ); |
| objectName._addColumn( index, name, sortType, justification ); |
| objectName._addColumn( index,name,sortType, justification, width ); |
| Argument | Type | Use | Description |
|---|---|---|---|
| index | Numeric | Input | specifies the position to insert the new column: 1 will make this column the last column |
| name | Character | Input | specifies the name of the new column |
| sortType | Character | Input | specifies the type of sort to perform when the column header is selected: ALPHA (default), NUMERIC, DATE, or NOSORT |
| justification | Character | Input | specifies the justification of the text in the new column: LEFT (default), RIGHT, or CENTER |
| width | Numeric | Input | specifies the width of the new column in pixels |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.