copyRangeTo
$ R1 s6 r i. } w* X1 ?( A, HUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
4 `. [; f$ H/ c7 \
( t9 W$ s. [3 H8 P& iThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
+ M" E D, v( ~4 N' H) C
* M+ n0 g8 y6 h. X7 u: _
- E* J& m- l. l7 L) n: B1 |The argument listrange designates the range to be copied.
9 R" |; t3 k1 k4 w% M; ?9 ^. b( ]
5 G4 M' @5 N% wThe argument of data type object designates the target table.$ u; o+ L5 j" Z4 X
( ~ Y: J% ^- K p% ^0 {
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
1 S% h: y4 g% L/ v; z, m Z0 z( M
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
* T# A, {" P0 n! W0 XExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |