copyRangeTo ' ]4 v2 p# |, k3 d- _/ D8 |
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
; f7 o2 m3 j8 t0 H; \
! H! Q1 }& ?/ I. Y( HThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. # M, m5 t T4 |2 _* G
. R; ^, _; s4 d' j* q- X' |. r$ B" U% X
The argument listrange designates the range to be copied.$ R0 h& q1 j2 T3 P: G4 `* E# q
7 u1 t1 o" P+ }- @2 O* s( A+ }
The argument of data type object designates the target table.
8 R- t" s3 f) v! L$ r
+ P) Z5 [- l( o5 E4 uThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
6 j& O4 [% A+ p# Z( E. C J& P3 q$ e' l* n
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 1 u z& s# N2 G$ c% t
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |