copyRangeTo 8 w$ Q' I( u* m$ P. [
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); & M' U: w( P8 I4 r
P$ h' X: G2 D6 k4 i1 ^
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
: `* ?5 X7 m( E P0 P7 Y
0 ]/ P* F2 J9 f" X5 y/ N) s. P! @
- N3 Y: p9 {0 [, oThe argument listrange designates the range to be copied.7 F; L- o7 o+ s) }* \! s6 F$ `9 _
/ Y- v$ @: i- l* Q- f
The argument of data type object designates the target table.
6 y" z! u. `. T) n' c0 C& @* J6 B" b/ V: j0 e. C6 `
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
: k1 }- `" c7 p, D/ x0 ?! O6 L$ W9 P
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 3 L2 J3 G. c- q% @/ J3 O
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |