This function moves rows to a new position on the same page, to a different page, or to a new page.
Syntax:
MoveRows, action, destinationPageRef, destinationRowIndex, destinationType, param2, newPageCaption
Parameters:
action – { Copy, Move }
destinationPageRef – page index or caption
destinationRowIndex – row index position for the move or copy when InFrontOf is used
destinationType – { First, Last, InFrontOf }
param2 – currently unused
newPageCaption – a new title for the resulting page
Examples:
MoveRows,Move,0,0,First,,Received rows
This example moves the selected rows so that they are all in front of the first row on page 0, with the results of the operation put into a new page with a page caption of “Received rows”.
Comments:When rows are copied on the same page, the new row is identical to the original row.
|