copyRangeTo
" p* t; b4 G, X3 [Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
1 x* t* o }) p( O% \% h
$ @- j0 B2 S8 P8 \. zThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
/ J: N1 {; |, D* _) |2 }4 i
( I' Y U( o0 U& t" G5 ?( e C R: s& d( n& a
The argument listrange designates the range to be copied.; D$ c( d& f$ U9 f. F
1 n' Y1 l( n6 |* G0 O- v
The argument of data type object designates the target table.6 H; Y9 d4 t! Q# c) X
" |( F( m! I. O7 N+ [7 aThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ! r0 X" ^" T+ t( A" i2 F$ v* S
4 ]& A4 A, H: @3 F* z* B6 H
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
( ?! d& s' k2 `9 A& G AExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |