copyRangeTo
$ y( A$ @; u) M! N' e* H& X- QUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
9 r; B( J* u/ u3 D4 {" Q: p
K2 i$ \! T. C9 L/ W. ]0 ~1 v4 ZThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ; M: \3 z$ q- V" z
) R9 L9 y" X' [) |
3 T2 a6 D7 P, F5 Z: } f9 E, R1 c
The argument listrange designates the range to be copied.
9 W/ k" `* ]+ y( X/ B0 Q
% j- Y! k& \; @The argument of data type object designates the target table.
1 R0 S- J3 |4 c! e
H" n6 b; ?) v0 X# n) iThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ' P* p9 `& R, ~6 n. H& {
7 J$ D# r! X9 K7 Y6 O
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 7 H8 `1 z7 ^; q/ l+ k0 L0 \
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |