copyRangeTo . t4 C5 |, |2 l- n7 u
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); n, P7 H4 r* h* E5 c, N$ O5 w! P
( c/ ^( e: [5 q+ ]# q; G4 TThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. , w- ?# p1 }+ u, t
0 E% [5 S7 @3 v! }7 m4 ?% w3 P
3 g" t/ q8 t1 Z3 P, ZThe argument listrange designates the range to be copied.; W0 c3 v; R7 @* \7 K; |
; |* c% V) k& q& F4 r$ D M
The argument of data type object designates the target table.
- g) h4 g* g9 { `3 l0 z# T
; o8 _* S: M' `2 P0 D5 oThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 3 V' G4 ?+ D; q4 J4 n0 e
: j) r* R' O0 K9 vThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
8 j* U. W5 f2 z0 l3 ^$ q; KExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |