Chapter Contents

Previous

Next
Data Form and Data Table: _getDisplayedColumns

Data Form and Data Table: _getDisplayedColumns



Returns a list that contains the names of the displayed columns and the order in which they are displayed

Delegated to: Data Set Data Model class


Syntax
Details

Syntax

CALL SEND (object-id, '_getDisplayedColumns',list);

Argument Type
Description
list
N specifies the identifier of an SCL list to contain the names of the currently displayed columns. Each name is a separate item in the list.


Details

The _getDisplayedColumns method is only meaningful in a data table. Since you have the ability to reorder the columns displayed in a data table, the order of the columns in the data table is not necessarily the same as the order of the columns in the table.


Chapter Contents

Previous

Next

Top of Page

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