copyRangeTo
R9 a' D" H4 i' _Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
7 i# E6 |: F0 _$ X
* C: o! Q% P9 K6 f; }" J" r: wThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
' h3 D& A8 A% P# o+ [3 ~+ J5 P* Q5 @- [, A; |" d8 u, x
1 e9 y, `8 D9 U5 x; \7 kThe argument listrange designates the range to be copied.: M$ e$ }, o4 U. }' Y4 e. q
' J) z+ k% F+ Q# ~. A
The argument of data type object designates the target table./ i- U2 M( p4 d1 k% n
8 {+ w. N! w) p. |The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ! y$ B. s2 v* R1 j& n
( k ^& y1 [6 t$ t3 z# b4 j
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
+ j1 H: K- L7 z1 E4 ~4 `; b% _Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |