Chapter Contents

Previous

Next
Form Data Model: _getColumnInfo

Form Data Model: _getColumnInfo



Returns the attributes of a column


Syntax
Details

Syntax

CALL SEND (model-id, '_getColumnInfo', 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 _getColumnInfo method requests information about one column.

The data vector filled in by the _getColumnInfo method is an instance of the Row/Column Data Vector class. The data vector instance is created by the viewer.

The _getColumnInfo method fills in the data vector's information for the current column. The data vector's information can be manipulated with calls to methods of the Row/Column Data Vector class that set 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.