copyRangeTo 0 n7 f) D1 S7 N9 D7 L* x
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); , g/ j; S& g2 t& J% |; F+ e
m& R' i" K( X2 Z" Y6 K
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
( t9 A' E( ]) @ ?
$ N% I) R7 U; }# r1 E" a
+ U' L) r) X) q7 z( k+ O4 B! N+ u. {3 DThe argument listrange designates the range to be copied.
1 A* b+ L8 x* P) a- Q' r$ ^5 G4 C+ S1 S& a
The argument of data type object designates the target table.8 e2 X/ A# W; {
6 E1 g% o2 N2 e
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 1 k% j, \* V/ {9 Z& j. y0 p
, u+ v0 O T6 i7 u/ i5 C9 M$ z
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
! J5 i$ k4 ?- I" r, K2 D6 y) z0 aExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |