copyRangeTo
' {2 T0 ]- n; @8 h# kUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
& x" \. R6 M6 C9 Z
# z9 U' X; R2 J. qThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. / a% M P4 h V! _8 r- w
/ z, g5 m% q) I4 I1 ^5 `- i* B% I5 m- I6 [4 A5 b' R, ?2 ?
The argument listrange designates the range to be copied.
- ]% |0 A% ?, B4 R1 n4 x$ p' I/ T% k5 b/ i7 g5 ?7 z+ s
The argument of data type object designates the target table.
3 Q5 [/ O9 J7 c* k0 W
4 K' G1 i, d; h& ~The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 9 i0 p* `; _# ~9 w' A
" F' @# r7 n; e) h
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. " k! C V ^0 d: T
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |