copyRangeTo 8 l R4 M4 o* R
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
- l9 u$ ~8 n4 Q, M
+ F$ J; V- K& Q8 C w+ N8 a$ TThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
9 k0 l, T5 k# w% ^3 D! N+ Q4 ?
# J) N) p# R) O( U1 H# ]' e8 p! D7 P, {& `5 `
The argument listrange designates the range to be copied.
2 _1 X# \8 u; _
, J' `6 \. x+ F& P( O- B7 dThe argument of data type object designates the target table.9 q8 [1 C3 B& S6 V# Z$ m1 Y
" y, P @/ N/ h. X$ OThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
! P& V- S4 M5 R9 m# O) [4 \$ V- i
A" l1 _% g5 }2 z: nThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ) y. x* ~: p; m6 v: S
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |