Chapter Contents |
Previous |
Next |
Form Data Model: _setColumnInfo |
Syntax | |
Details |
Syntax |
CALL SEND (model-id, '_setColumnInfo', data-vector-id); |
Argument | Type | Description |
---|---|---|
data-vector-id |
N | specifies the object identifier of an instance of the Row/Column Data Vector class |
Details |
The _setColumnInfo method sets information about one column.
The data vector queried by the _setColumnInfo method is an instance of the Row/Column Data Vector class. The viewer creates and sets up the data vector instance.
You can manipulate the data vector's information with calls to methods of the Row/Column Data Vector class, which get data vector values. These methods are described in the Row/Column Data Vector class.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.