copyRows

(copyToVar-self, copyToStartRow, copyToEndRow, copyFromVar-diff, copyFromStartRow[, copyFromEndRow])
The arguments are variables to copy to and from, with starting and ending row numbers in each. The variables can be of any type but both must be of the same type. This function copies one or more cells from the second variable and pastes them into the first variable. If only one cell is copied, the copyFromEndRow can be omitted, and if the copyToEndRow is greater than copyToStartRow, the cell is pasted multiple times. If more than one cell is copied, the copyFromEndRow must be specified, and the length from copyToStartRow to copyToEndRow must equal the length from copyFromStartRow to copyFromEndRow. The output of this transform must be the same as the copyToVar, and the variable copied from must be a different variable.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.