copyRangeTo + w, h, P1 q% D
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); . j( W0 }7 d9 _/ V5 s0 U6 y/ v
) X3 O+ K H) n' v% D! qThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. B( v8 }- }9 h) c. c% G
6 v8 n" w) P% Y4 v: u
, e/ F6 }0 D% n& [The argument listrange designates the range to be copied.
4 O9 Z4 Z/ w& _) B7 }
0 w9 }+ b4 W4 ZThe argument of data type object designates the target table.; O1 j- i/ y. F. t; k ?: ]
9 {4 ?* o2 E4 E8 Y
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
- X# F1 N2 Y% Z5 j8 c% X
. _7 R& i1 N" l; @, U& K; XThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 9 ?3 ?- R4 o9 `' M H1 A$ b
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |