copyRangeTo
& }) O. G! h/ D- M7 \, {) v) tUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
% V# y2 |. H, i: c, _+ d3 V6 Y/ `. ?+ w9 ?2 i
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. . `2 [4 c+ Y7 w+ `
& O6 \, b+ r- U) v9 t
! I. }7 L/ O# C; t& n7 C9 ]1 V$ TThe argument listrange designates the range to be copied.
7 l' {0 \# ]7 J [! z" P# s6 H, }, C. L$ w5 c; _
The argument of data type object designates the target table.' k; I' I. X5 G& B7 @" N0 U6 g
6 @8 _) p- Y3 |The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
T7 S0 O+ r7 Z( x% ]& ^8 {+ R# q- T) S0 y) K+ A' b
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ' z; t/ w2 `( [7 H- W
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |