copyRangeTo 0 C$ W/ _# i8 w1 g& _
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 7 |9 w- H6 U5 ^+ U1 M. ^
5 Z% T: k: w1 f7 J: w$ q$ ZThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. : Y6 Z% P, v7 c; ~ J* C6 J
. x U. W# q2 Q. G5 N- {2 _& S. `8 f) J$ p5 }
The argument listrange designates the range to be copied.$ y. R+ J( T3 |+ F. k; l' d
/ X, \ { Z( ]The argument of data type object designates the target table.
0 @+ W" k6 }* u, k3 Z% G, K0 V- u) H' y( V( U% N x/ ~
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
+ t/ Y" r3 |/ R2 d
6 `9 ?2 ]1 x4 _2 L4 s/ f) h5 ^The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
! |! @6 N) ^* V- ?. |7 O* UExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |