copyRangeTo
* Z# P% L, S0 b* p0 D& G" L2 pUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
8 [5 i( A6 R7 P
: U& @6 G% l/ ]' Y0 G6 ~& dThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
; [1 \/ `, `( A# }$ K% x! n9 L2 d& v( j& s& b
: |+ x* @& p5 m& W& hThe argument listrange designates the range to be copied.
0 f" D2 J0 q! q, U4 P8 @# u4 [$ J
0 R% | Q# Y% J4 l! |The argument of data type object designates the target table.4 G6 r$ D8 n4 O: q
) H- _( s! e4 U! u9 M VThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. & T, x$ W& O2 Z& g( U# T; A
5 r, [, ^2 j* _ LThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. / M3 {9 P2 o; v+ I8 z/ r5 E
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |