copyRangeTo
. C1 j4 r1 E" f8 m2 a+ |2 R% \- oUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 1 t5 o$ B( m0 f' l
, C* I8 |& w' SThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
& o* U. L7 v, p2 Z
% y, e6 f1 y2 r+ M& N A& [5 n4 q% z9 L7 W7 u1 |
The argument listrange designates the range to be copied.. ]( K" h8 O ]( }
8 x% {$ W3 [# xThe argument of data type object designates the target table.
! q* `/ c8 Z& A
/ [5 g& P0 [: L7 ?2 uThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
7 q" ^* t/ Z# U9 l" }& @" V4 u' ?; ?$ {) ^! \% j
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
# d# c9 S- e1 |2 c8 \, iExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |