copyRangeTo
( v* v, L' ?1 AUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); . v" |3 f9 O z; g% i- N
2 |- P" L0 u" o9 O, \2 ~0 ?The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. - \2 Q8 k" M+ N
4 P3 y9 a/ c& f: z% j0 y/ C# t2 F& U
; ~8 \+ X, b" u$ J( HThe argument listrange designates the range to be copied.3 A0 I8 y5 e) u2 f+ q: C
) o/ e) |7 Z# Z& u0 D5 ?3 g# r+ W
The argument of data type object designates the target table.! m G k- \( U& y/ x
% k" J. P" O4 J
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
4 X8 | M. _% W E; |8 t v( m7 l+ w8 m" s7 \2 K2 S( l
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. : A" ^' S& u% E- d) @3 I
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |