copyRangeTo
; I% s- _% z3 k9 P- I- m% vUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); : j! D2 J, P% M4 w' L
2 u: F* B) R! R7 ^# rThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ) P& O6 F% u( I4 H' d( \( N) l
8 p8 v% i! ]5 k6 A" Y1 E: e( F1 \
0 f" s& `9 N! @The argument listrange designates the range to be copied.
9 A8 \' y) C" R0 f! _3 w3 ?: E6 A* o6 w, ]# Y
The argument of data type object designates the target table.
4 Q- a) m. z, q0 I
1 i* J5 D, @( |" R& v" yThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
% O& [+ J6 t8 z( O$ l
3 i3 d$ p# f9 ?! e7 V2 I7 J6 fThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. Q6 ?9 @+ N( m( D/ f; J
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |