Chapter Contents |
Previous |
Next |
Data Form and Data Table: _unhideColumn |
Delegated to: | Data Set Data Model class |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_unhideColumn', col-name-1<,...col-name-n>); |
Argument | Type | Description | |
---|---|---|---|
|
C | specifies one or more column names to unhide. A single value of the quoted string, '_ALL_', specifies all columns. |
Details |
When using the _unhideColumn method with a data table, a table editor, or a subclass of the table editor, the unhidden columns are displayed at the end of the row.
With a data form, a form editor, of a subclass of a form editor, _unhideColumn redisplays only those columns that were previously hidden with the _hideColumn method. These columns appear in their original positions.
Note: The
_unhideColumn method cannot be called from the model's SCL entry.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.