copyRangeTo 7 h& q" F7 ^3 e5 K s$ m
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
5 |$ {: f) s" i- H7 l, c. P% y* K, z( H, B: G
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
: K3 _& }" M3 M& e; C5 Z3 N9 G' v0 r: Y0 ?
3 v- a& [' v; }, W. K1 \' G; W8 g! n6 SThe argument listrange designates the range to be copied.
$ z; V6 \& A; _) H" F" d: U% P% u, g4 W6 F' ~
The argument of data type object designates the target table.
) Y% B/ D' h) b. i& k2 f: \: S& g+ ~8 t6 {8 u& u
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 2 b/ J" g4 G A9 ^5 c
3 D6 f/ ~7 r+ h0 X! k( j0 n* e% r) O
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
- v, V7 H& |! ]0 z0 Z8 WExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |