Chapter Contents

Previous

Next
Data Form and Data Table: _moveColumn

Data Form and Data Table: _moveColumn



Moves a range of columns

Delegated to: Data Set Data Model class


Syntax
Details
See Also

Syntax

CALL SEND (object-id, '_moveColumn', start-col,end-col,after-col);

Argument Type
Description
start-col
C specifies the name of the column at the start of the range to be moved
end-col
C specifies the name of the column at the end of the range to be moved
after-col
C specifies the name of the column after which to move the range


Details

The _moveColumn method has no visible effect on columns if you are using a data form. The _moveColumn method does not affect the permanent ordering of columns in the table.

To move a single column, specify its name as start-col and end-col.

See Also

_setDisplayedColumns


Chapter Contents

Previous

Next

Top of Page

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