copyRangeTo , c" Z3 F0 c, r, ]7 W
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
X' W$ L7 k+ s/ w6 L2 |5 L4 o# m$ t( ]% }. v1 m
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. {& {9 `1 m0 ]. j3 M8 j# Y
! Y- c* m) L4 W- F7 w6 ?$ P
& I: a8 G' ?, \4 R# ZThe argument listrange designates the range to be copied.
& ^' o8 \8 ?0 T1 [+ R7 i
/ r8 m* v. n% Z# Z8 sThe argument of data type object designates the target table.
% G% K) I9 z/ o$ T* }, M7 y$ h% P: r& x6 ~; b) {( b
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ! F/ l. Q1 B" R( g# |3 G
- Q8 u% u S) Y) y4 [The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
% ? a4 l& M; R) k) P9 [' Z5 IExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |