copyRangeTo
. ?) b# H" r, [9 {Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 6 U: D' @ Y( `9 R
" s( L0 _6 d8 u, D( VThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. . }0 s. \) R# {* y$ Q
, Z) `0 t; N( t1 L' q0 R {6 k( M9 l! M5 t5 x; g. D) i
The argument listrange designates the range to be copied.
6 T" m' Z z1 Q- U; d( r* Y: F9 A% a
The argument of data type object designates the target table.
1 C# n+ f5 B5 d" k: y& G# i$ w1 T8 r/ X' _
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
0 |9 S% T U% _& y$ [5 S6 l- F" W2 o+ H1 e6 ?% W7 _
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. . T' O- \! H5 o R7 M2 P1 ^4 o
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |