copyRangeTo 6 O1 I( e3 H- {# ~0 q
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); . W* r/ b0 c7 d4 k+ h8 ~- g. u
' \; a; P. X3 m( C- r& q8 U. b. M
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. + B) X5 y5 Y9 r% Z- `7 Q
- t6 R* R2 k. ?4 G- L
) r8 E3 o2 b3 e2 B5 ^: x* L) }5 l/ QThe argument listrange designates the range to be copied.
% R7 q5 y- ]( W9 v
" C( G9 v. _( f6 z" kThe argument of data type object designates the target table.
4 m' ~4 }. r3 y8 \( j8 v# v6 i3 v L r
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. $ }/ A; U6 a+ @; n
, M* C' m/ e, {3 DThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 6 b" d6 Q' R) z
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |