copyRangeTo ; _* U* {. I$ u3 T4 `
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
9 [" N* q4 M6 p' ?& v2 ~5 g- O) B/ @7 V3 M# o& ~
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. / A6 g9 d! p9 `9 j+ v. a! g/ a
# _4 F- }* Q: E) M" L6 [3 y. |+ v, g% k( X" N6 J
The argument listrange designates the range to be copied.* X) O8 b: D% x1 p( g' G
$ `' c0 P8 [" k. ^
The argument of data type object designates the target table.
( |5 W1 E* O3 @5 p9 Q( ~0 r- J2 [* ?- k& d: Z. {
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. " @4 M) k& h+ d4 _5 A t
' {, L0 ^" k* x% W3 m3 j8 FThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ; b) ^! M- \' q6 l3 U% Q
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |