copyRangeTo
5 p# }; ]1 u6 y3 W$ k% RUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 0 I4 W, W9 @/ C$ c$ U. Y
% `) \9 m3 C: m0 ~* eThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. % i# z9 F/ `) C! K9 [$ H: c
6 \2 Q8 e/ R, T+ i1 R9 ~+ M6 q
0 H- e9 X2 Y( f& V4 b4 C, o
The argument listrange designates the range to be copied.
! x) Z3 F$ R- R+ H T5 a; q# U- T; s0 g5 B- N) t( \
The argument of data type object designates the target table.
2 c& x8 R5 R3 v% g" z8 t( P% a
' s' K! @- j9 NThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
, g% \" e8 }5 P1 w9 q) \# C1 e# h) C, E! G
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
( Y% \, I( V- q- K6 ^! O- RExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |