Chapter Contents |
Previous |
Next |
Data Set Data Model: _moveColumn |
Syntax | |
Details | |
See Also |
Syntax |
CALL SEND (object-id, '_moveColumn', start, end, after); |
Argument | Type | Description |
---|---|---|
start |
C | specifies the name of the column at the start of the range to be moved |
end |
C | specifies the name of the column at the end of the range to be moved |
after |
C | specifies the name of the column after which to move the range |
Details |
The _moveColumn method has no visible effect on columns if the viewer is a data form, a form editor, or a subclass of the form editor. The _moveColumn method does not affect the permanent ordering of columns in the table.
To move a single column, specify its name as start and end.
See Also |
_setDisplayedColumns
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.