copyRangeTo
% |) D" M4 |% a5 x& t2 gUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 4 d+ o4 ]6 i% N4 y0 L
- M5 ?2 b7 F6 e: zThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
+ t- E S& b8 |! Q" u/ p: k4 n0 h0 @/ Z' z, h$ M2 ?8 J/ N
. v$ l# F0 \: O8 O4 e! q2 a1 ^
The argument listrange designates the range to be copied.
- _4 C6 I* B1 J; a+ t0 w6 w9 |: V/ K$ Y. O
The argument of data type object designates the target table.$ {: l# a, j% C* ~( T
4 Y3 |& c+ V( {( L: p" e( W& J
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
6 T" H* ]7 r: J. e& `8 F8 s
& b" \, D' D) ~/ M" ^( hThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
p% ~ X8 }5 k$ @. Z2 hExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |