copyRangeTo ( Y( [! D( M6 Y" x" Y
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); & Y4 R) n A7 J; R y# R* {8 p) T/ c
O8 d8 W) I% J d7 O; q
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. % v; u8 R6 R, H, [ {1 k
, ~, Q0 q* @4 V( C8 {
. x1 S8 @' ~9 n, ] }) S0 a$ S( m3 y- C0 tThe argument listrange designates the range to be copied.
1 L, ?9 j2 j& f% ^% \6 v7 h: x" J: O8 j8 i) e
The argument of data type object designates the target table.1 x( o5 r- Q$ q7 }# w+ ^
2 b N1 p0 {9 K K1 O/ m- F
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
' P; ~ h* y- K1 y2 ~$ T" A1 ^! n4 U7 f, R' f: D5 P
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
; A% V8 ], R8 |* Y: j7 IExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |