copyRangeTo
1 I/ g+ l# p8 W, K: V8 hUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ; l" y( F, R8 T- d2 \+ ]
) Q u: o2 \5 I Q
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. + s0 q3 T1 d7 f Q) x2 S/ C h
! S$ \* K( T7 t# R3 E
4 V8 b) r% s/ E0 r# X$ B/ w3 U, @
The argument listrange designates the range to be copied.
) w+ |" Z; J5 E: f5 z7 @
' A( H+ d* \ aThe argument of data type object designates the target table.' E& L% E# a3 T2 Y# { |
- g. ]7 a$ I, }8 a' L7 k! v
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 2 ]$ m6 W- B4 ` Z
$ [8 M% \9 U3 l$ RThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
5 W' N1 w5 P# Y ^' D+ fExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |