copyRangeTo
$ Y& M: k9 u: b3 J$ e* NUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 1 A& X5 V, e/ W( k
. m- v. @" ^* P, w( b
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. , T# j- v7 `+ p* k N4 F
' B- Z- \. }7 I. p4 o" h) k' n2 Y* L) @8 S0 T. e/ I( k' j
The argument listrange designates the range to be copied.* k @( L: D- ?* t
3 w `, M/ r, s0 G8 V; k, j# J
The argument of data type object designates the target table.
: a' J$ f4 A. u. p6 v1 o' v2 }! [0 U$ P. ?. _
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
3 `! y1 D+ L0 X! y; X" G6 k5 ]% f6 v Z3 N% c) X- G& `
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
3 l/ h/ t# w* |( K& P# U" D% nExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |