copyRangeTo
/ I, m- u- u+ T1 b- r3 @5 wUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); * z) K. o* D# I* z7 |" ~; r
7 N; Z8 Y! x6 @8 n: g- ^1 J2 |" \
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. / L+ v+ O6 ^: W1 @: |% O5 J
c& s8 E5 }& S8 @) J- ~5 s3 c# }
& u* d% g! c9 \# H$ J/ ^
The argument listrange designates the range to be copied.) g4 Y/ ^# r# P8 s
* s' a3 t' r6 nThe argument of data type object designates the target table.
$ [* j" }1 V# R) s `' d8 @6 E: Q) k3 j
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
( O, n# ]) W; G2 o# S, c; ~0 }! e" _0 b7 _# H) G% E) ~
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
' [$ s7 L! P, m" y; E) o, vExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |