copyRangeTo * ]) k( M' W3 P+ b# {
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); . T) N) N3 o* J. Y5 \4 O
; W8 f2 z5 T0 m1 l; {
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
' a: Q3 ~4 a1 T9 Z3 l
E+ W$ H9 B. W; `2 w; s
7 |* Z2 J9 C9 j- `The argument listrange designates the range to be copied.
. v7 X7 U4 D( U( h9 p; ^2 H- [5 z- o+ K3 W. u! _+ j
The argument of data type object designates the target table.
# h. ^2 d2 R3 F2 h P- V" D, R/ p4 P" E: W/ q; t
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. * U: Z) |' t0 u8 H7 {
/ ~( I6 c4 S6 d9 LThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. * _' e* X0 ? o0 o) Y1 ^
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |