copyRangeTo
& P6 U J$ N# M% jUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); % f$ y( f. h' ]; _9 z- v* O
* e: X8 O% @) J7 q, W( A+ s
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
4 n7 H2 w! a7 X6 z Z5 Z+ u3 \8 l: W( G. X3 r+ q, y
; m9 R0 u" U; {2 I* b) f' x
The argument listrange designates the range to be copied.0 K( G4 ]9 k2 |
9 |/ r8 c3 b$ \The argument of data type object designates the target table.
4 D( d' K. }5 j( Z1 u
% N6 M3 [* f# }/ @The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
# o: z5 Q3 l, _/ Y; c! [! Z8 x- x, t3 L/ f
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
6 h% j2 `0 V3 u& V3 J% |) bExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |