This function moves columns to a new position on the same page, to a different page, or to a new page.
Syntax:
MoveColumns, action, destinationPageRef, destinationColumnIndex, destinationType, param2, newPageCaption
Parameters:
action – { Copy, Move }
destinationPage – page index or caption. { -1 } for a new pagedestinationColumnIndex – column index position for the move or copy when InFrontOf is useddestinationType – specify where the new column should go { First, Last, InFrontOf }param2 – currently unused
newPageCaption – a new title for the resulting page
Examples:
MoveColumns,Move,-1,0,Last,,Received columns
This example moves the selected columns to a new page. These columns will be the only columns on the new page.
Comments:When columns are copied on the same page, the new column has “_0” appended to the column caption (e.g. column ‘dat1’ is copied as ‘dat1_0’).
|