copyRangeTo 2 [, B* o- Z h7 Z* w, B
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
) V7 ` s+ h. |- ?. N. f1 j/ z7 p6 @# i: ]
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
0 T8 r% x; T! f- |. b; x
+ o/ y: u" ]+ X. J. y. c* w5 q% j' r6 ?5 {5 m/ z; w+ z
The argument listrange designates the range to be copied.
, F3 |3 i) h, _3 H1 N$ l9 e9 k, M& A$ @( Q
The argument of data type object designates the target table.
H) S1 g9 k- Z+ a0 [$ \8 w) {/ M2 `7 K4 s# U
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. + ^% r L1 D! i+ W: b- w% c
- Y) t+ N: l, P8 R7 h$ b, R9 b* GThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
' f/ ~2 \' I6 K. s" ~8 gExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |