copyRangeTo , S7 r& r! R8 [
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
7 [. x1 y, K! X: v; ]2 T- K' g2 |. |8 g
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ; b% n: d( Q1 ^( `" u$ a2 [/ k5 I
1 P& I6 W* Q g) m4 A/ o
5 ^/ `- q/ |) z ?+ C7 w3 X
The argument listrange designates the range to be copied.& G# @" N# C: u6 B6 A) N1 t
- c2 N* u; W z9 v8 x7 s9 y
The argument of data type object designates the target table.
t7 Z9 Q3 t/ M' e! g. W
. \ w9 g8 d6 f8 lThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
1 Z# \8 m9 b) h$ Y# p3 n5 }& G: K z, r7 [
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. : R/ F/ r3 `- J) i [; g
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |