copyRangeTo
9 I" e) m/ ?4 w" lUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ) Y, z: h( V/ v
# B8 [: s3 }1 m5 [" E) {The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
+ k) ^1 K' d* `
" {: {4 A! d5 Z( h' P6 H( d5 k T! P3 ~3 H0 s) Z0 L
The argument listrange designates the range to be copied.! I$ i/ P8 U' _4 c, @
/ n' b5 T* V k/ PThe argument of data type object designates the target table.6 b$ m! n! Y8 T) u: B
/ y1 F7 i& F# [1 GThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. " z; y q4 [" i' b
J0 a- D3 _$ T3 {! Z# ^The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
, y7 ?, j& u' f7 a% J+ @. A6 v0 _Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |