copyRangeTo
3 C# D: K6 ?# Z1 F7 |2 vUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 0 i# s: q. t1 |7 C' l# X
" U: V( U; c3 m# \2 g$ O: M
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 5 V3 `" Z8 d, m0 _0 U6 k1 \
" h+ U# c1 Y6 z* a1 h7 G9 v9 T: R( W9 V
The argument listrange designates the range to be copied.
6 N i2 {& m% `1 s2 n& S& M/ Q m4 w/ m7 W
The argument of data type object designates the target table.
7 Z4 Y6 P: z5 L& O) ~
6 o" Q: z( {8 F; Z3 C( a) Z+ v9 wThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. % [8 @3 q" `/ f4 L" i
1 r `8 L* N* U& NThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ' E3 Q/ V& z2 _2 q3 R* x" [; E, K; W
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |