copyRangeTo & f: H1 Q1 m" v" U2 U
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
( R: j8 K ?- {6 [- Y3 R! `
8 Y" b& _; H4 b7 _* o( SThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ! u; H9 V8 i& D9 y
; T3 @' o* F* @- c+ T" J
! m v% j J1 f
The argument listrange designates the range to be copied.1 M/ _! w/ ]! ]: u1 k) `4 @- h5 A8 e3 R
: K) V f6 x4 t2 u/ vThe argument of data type object designates the target table.
5 f. H# I2 E' }" d: L9 A/ c6 B. ?- N0 d5 N; F9 r1 [6 ~4 R+ ?
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
" O, S: h) ^( C/ N& N. ?' L4 ?3 v& _( \6 q9 x2 R$ y" T7 Q; Q
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 4 {, W+ j l5 e3 ?, D. H" x5 a' C
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |