copyRangeTo 7 o) V' c/ }4 D+ E$ J
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); + J' D* l0 L; E$ Q- c
/ d) q! ~: A. c4 ]- a% SThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
3 |& U Z7 I7 }: ?0 Z% E4 U
# U- R" d6 C# Z" N
6 ~- \5 I) o1 u' J. @1 X1 T1 gThe argument listrange designates the range to be copied.
4 Q/ f: z$ s4 K+ L# N2 ~: [% D6 m% M s- P; v7 m& s
The argument of data type object designates the target table.
2 `' w* H" _. ^; r+ L+ j! d" g4 a1 r: t( y: _) Q0 W
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. & t5 U2 G8 {! A* ~) ?( K
5 z$ m% V! e$ dThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
+ f: {" n! h$ E: y& X$ [: ?- PExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |