copyRangeTo 7 W' n8 j4 k! y# h% K
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
+ o( I- w! g" c9 r7 p* @: J
+ p- a6 u/ i( c& IThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
2 v$ ], o! |6 ^( L6 n
* b7 ]& g. J3 J6 y" q" V. W& M4 S0 s7 H5 f" Y+ K$ K
The argument listrange designates the range to be copied.! f `. H% h1 s# q3 `: T7 ?# g! b
: M4 P; E6 _0 L1 z: M- WThe argument of data type object designates the target table.
, [: }& ~( W9 H( d: @- v. o( I- t0 {6 R; p
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ' k; ]2 Q V% ?3 E2 ?: V
( `7 b( m) Q) p/ MThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
( m( a+ ~* {+ Y) ^Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |