copyRangeTo , M' s6 H! N; n' p4 p$ k
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 1 |0 {- T5 ~; t! F' j) _
9 E' D( D" v9 V" oThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
( F2 P: E$ p: p- }* n: m6 r5 v" t
# b* K" k# q, @3 I# d! `" g4 ^/ {: s6 A
The argument listrange designates the range to be copied.% J( j: }* T" I5 m5 q9 ? k/ Z
0 V& x9 r6 X4 K5 e; q: i- P
The argument of data type object designates the target table.
3 B4 v8 H5 U, P2 |/ D0 H5 j, a% d& ?3 }9 p) E$ _
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
& |" |0 y' p6 W$ C2 i2 s S/ z6 T* Y* R- L H, V
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 2 R3 ~8 t M, S1 a4 ~
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |