copyRangeTo
' E6 d" C# X$ [; U; _( Q. bUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
0 Z( {* I/ O" l# l; j4 B1 D5 P# Z
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
& R' Y4 b2 n! ?0 F, c; M/ n* _% m( I7 h0 Q5 l! |/ ?3 B
3 t; F" q- N: O. `: R% o* yThe argument listrange designates the range to be copied., m6 Q! i- B$ H5 A6 m2 t
6 P7 M, q: f2 ?: L
The argument of data type object designates the target table.0 R5 `1 b W% [1 c
; S7 p: }3 F/ ~) V6 B) ^, [The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
- Z4 u7 ]) y1 G" |2 \4 U- f
! [ J3 l+ p8 I1 ~& LThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 6 ]' b3 U/ Y7 H$ |' K
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |