Hi,
You can use the range notation as below:
range r1 = [Book1]Sheet1!;
range rCol1 = %(r1)col(1);
Besides, you can use the Set Multiple Columns Values tool (highlight multiple columns and then right-click on it to select Set Multiple Columns Values... from the context menu) to set the values and use wcol(j) to substitute the corresponding column.
Originlab Technical Service Team