copyRangeTo
3 r/ Y1 W; H7 BUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 8 T7 y* C5 ?+ N) `* g4 k
7 r9 a" J3 ^5 H+ ]# x0 a/ L! O/ Q, n
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
9 q! _, n& d7 n
7 f+ j% f, g+ n \' f& x" N7 R0 ^& L1 B, I
The argument listrange designates the range to be copied.
, i" |) C3 E8 v/ l& f" Z$ W! P, j( u v+ i4 j o
The argument of data type object designates the target table.* o p; @/ N; O3 k$ n; s
0 q4 e! ]' L5 n8 }: ~ ?
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. + |3 u8 y, k/ i
# a+ F& D% N5 Q3 LThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 7 _, F/ T$ i2 }+ F* O* K1 R. f
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |