copyRangeTo ) w+ V3 X' K6 g I) ~, q
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ' T- Z* d. m, _4 s% w7 g
7 R+ J2 T0 u( b" z" | L2 i
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ) m g/ f I, r4 C0 Z# O
7 D0 g4 \( `) O/ B; |& f7 {, Z( ~0 t6 a
The argument listrange designates the range to be copied.% a8 d% Y, h4 M
/ Z7 y) Z9 c) g3 j
The argument of data type object designates the target table.
1 h" L' q2 h7 i% x. n" b( b* O: L3 a6 T; M
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
5 W* V" K/ G; U) Z- \/ b5 i0 m) F
& r" _! e( f+ t# S4 n kThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. " d* J& q5 T/ b, {6 I2 {$ N% |9 u# @
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |