copyRangeTo
: g5 J7 Y! [8 u- F: b- K5 tUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
+ D6 o7 H9 E3 K, H! y
. z! k1 p$ Q$ ^ X6 yThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
6 E* ]" K2 I9 _2 U; r- }; x
7 }/ N0 E& L$ [" m3 J0 g% k
# Y1 O1 k9 N9 f5 o& lThe argument listrange designates the range to be copied.5 d* t8 F+ x& R$ ~- C7 i
4 C- ], e8 _0 i: I
The argument of data type object designates the target table.* X. V. E2 h" j% V
* P; q1 e* s6 M, P: `) m8 Y$ p
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. $ I! e* z/ d8 }+ o9 X" Y4 C
3 u- `9 D" v' j1 F
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 8 S2 ~: D* Q8 }5 F. _1 Y
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |