copyRangeTo
4 Y" j! S6 B4 C; G: j" MUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
) a& \3 h5 r+ }* Y1 k
6 ]! i6 a4 Z( y/ I+ n! b* Q4 u5 |The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ! d3 L2 A4 K% I( q/ \/ ]( W/ B5 {
& J9 ]# r; J+ a# ?; T' D
, H2 P9 \4 F pThe argument listrange designates the range to be copied.8 B# R9 _( \. R' b4 j, B
`) ^7 ~2 Y3 r+ V0 @% C" w; {The argument of data type object designates the target table.
2 f1 {# Q6 |$ A& ^7 n) r n5 L! E* f, [5 M' ?' n+ i4 |: Q
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
! V1 y/ y) u# g
5 T' r2 N. p' i( t* W* xThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ! J7 M( M' t y Z4 A% D0 O! `: I
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |