copyRangeTo 7 Z& ^3 j6 z& l/ k' b" @; H
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ! w% b1 y% @/ P2 |
$ g4 A& T2 ?/ d/ U+ V/ r
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
8 `" i- u1 O+ B. `" r) V, c4 t! j" a6 Z; |+ l
8 C: J1 o3 L8 O E- a( hThe argument listrange designates the range to be copied.6 n$ A: U/ O( D h, u' w% }
b; `5 a3 }' e4 @# ]' uThe argument of data type object designates the target table./ A& Z! [2 x4 C( O: \
, V% D' a4 b* NThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
- ]9 D& o0 w, U& y/ L, @! M' H7 s& l! ?, B3 Y4 ?
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
4 c# a8 W5 G" |5 i/ n3 H& I6 qExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |