copyRangeTo ' y' Z+ r' y) X
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
9 O8 m2 B. i9 u( c# u) [! P
5 {' U3 P; `6 x4 A( ZThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. " r9 x, W* o" I, f# |6 W/ J" t( R
7 p6 y# Q$ Y# x3 n2 f. k
3 h+ y" \; L* E7 z+ R& v" XThe argument listrange designates the range to be copied.' b v( O" ?$ s+ {
6 g3 _8 v$ Y+ `4 J$ B, H. L
The argument of data type object designates the target table.
7 }9 \5 z/ p& h% g: { d* E! E" D9 u( A( q5 h# Y$ [
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
. T0 ^2 L3 D% H" u3 N
) i8 v7 j9 I+ ]The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. * Y0 ? g; a' q1 \" _% _, U8 T
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |