copyRangeTo
# i0 {1 h" F% j: G7 D! Z7 ~Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
- l1 z) t: E' c9 J& P! J1 n% P3 c' s( |: |' U
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
1 ^7 B0 P) z- e( u4 T
4 E" R1 m5 I s, i/ N% M% b) P! X6 x# s" s
The argument listrange designates the range to be copied.
+ P6 {2 `+ j/ V$ ^. C4 M+ |1 \2 D R6 [/ N$ w( j. s' P
The argument of data type object designates the target table.! E8 S# P* v1 U$ v& ]
" j- u2 U& d- C
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
5 U" I6 F2 |- C& c8 K
+ v! Z9 |3 A/ U* [4 e5 t5 r9 c$ {The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
* S; ?/ \( N- `1 F9 c4 h1 nExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |