copyRangeTo p7 O( P# ^% d9 S
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); $ f- }- o- {+ ^/ k: R" b
$ z1 Q3 h, Y3 ?9 H- v x* J
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. + J9 |+ L* b, v( ^/ o0 `
! G' S2 H# y0 q- R# a: j5 N& O5 b; x
The argument listrange designates the range to be copied.
& [0 O! ~7 e0 G1 B
`3 u- {% G8 t* x7 eThe argument of data type object designates the target table.& }8 n' w2 ?. L- H; R. ~5 {
/ ?& {. N! M$ R
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. t: s2 w) a' ^: v. t9 `
2 D* P6 B6 F# d' O7 GThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
^3 r% N" s, L5 i2 SExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |