copyRangeTo $ X" s5 j! B0 K+ |1 c4 S7 @
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
. ~' j- y' G. A. m' R- l* w' R2 h: P# E) }" U8 Z$ f# C
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 2 ?; E$ c+ i9 Q% g
R% `; _% c2 p7 C8 s' g
3 _9 p5 v& T2 ^( A8 k: _% }( v
The argument listrange designates the range to be copied.* H" K+ I* ^" J( x9 A q
7 {9 Q" `, s. l/ m; P; I& t6 uThe argument of data type object designates the target table.
: O* F# j( _) F
2 t) u' V. m9 v/ lThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ' H( }! Y. C: A3 t
; z0 w& ?6 c" r2 F9 T$ z
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
/ {1 O" ?5 s5 TExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |