copyRangeTo , v. O4 y- z4 `2 H3 A7 L$ Q) q
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
( k( K3 I* }% r/ \- |! y7 V/ }" y2 ^6 p
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
) _" n5 v4 y- k4 ~- V0 R$ d& \( \- U( w
! s5 u# W! v4 c6 ]
The argument listrange designates the range to be copied.; l u P' W$ A4 t# {
1 i% \" m# U1 Q% U, F
The argument of data type object designates the target table.# u: I; b. G! T% j% s+ ^) n) Z
+ ^' d/ u% l. q) r4 R% @& o3 t1 cThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. $ p. X" F; D+ H5 `, E
: ?4 b5 K B. }2 M7 E
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. : I. y( l% c0 d3 z9 @" m
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |