Chapter Contents

Previous

Next
Data Form and Data Table: _getDisplayedColumnName

Data Form and Data Table: _getDisplayedColumnName



Returns the name of a displayed column

Delegated to: Data Set Data Model class


Syntax
Details

Syntax

CALL SEND ( object-id, '_getDisplayedColumnName', relative-col-num,col-name);

Argument Type
Description
relative-col-num
N specifies the number of the displayed column for which the name is desired
col-name
C returns the name of the specified column


Details

The _getDisplayedColumnName method is only meaningful in a data table. Since you have the ability to reorder the columns displayed in a data table, the number of the column in the data table is not necessarily the same as the number of the column in the table (data set).


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.