copyRangeTo
9 D5 `6 ?2 Q7 R3 F' W5 dUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
1 t6 e( l. [0 H8 P) o. j2 a% ?4 ~; Q5 g) Q1 }: d( d& @/ G
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. : Q* n9 s3 z! @+ \& N- w2 u
/ i( E) o+ ]% E4 [: j/ Y D& e: s2 `" y4 W. I
The argument listrange designates the range to be copied.
9 b# r- }* g/ h$ B3 ]$ G6 N6 N7 z( S7 _# v6 J
The argument of data type object designates the target table.
& F6 N) T, ?- m/ Q" f4 b
! y1 c2 O0 k m/ BThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
# t$ i9 E: E: m8 P: d% f- Z. _' V. e: Y S8 t
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
6 ?0 a2 Z5 i9 R; rExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |