Chapter Contents

Previous

Next
Data Form and Data Table: _hideColumn

Data Form and Data Table: _hideColumn



Hides one or more columns

Delegated to: Data Set Data Model class


Syntax
Details

Syntax

CALL SEND (object-id, '_hideColumn', col-name-1<,...col-name-n>);

Argument Type
Description

col-name-1<,...col-name-n>

C specifies one or more names of columns to hide. A single value of the quoted string, '_ALL_', specifies all columns.


Details

The hidden column is not removed from the table but is removed from the display. Note:The _hideColumn 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.