copyRangeTo
% ^2 R$ m; _1 g: R. Z" HUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); % J8 m9 P' A$ c* G* {1 E y
: w) e% N) ]' U$ U* R2 [5 y
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. / S; L8 t0 t8 H9 b
( b; K1 I+ s2 y3 p4 z0 v n' W
- h/ z2 T. W1 [0 I) Y1 W
The argument listrange designates the range to be copied.$ d8 K4 J% R. x5 w; j
; [" E4 {; y3 B% ~2 x: N6 VThe argument of data type object designates the target table.
& y1 p: M% a* F, w0 l s# [& h! k# m0 R
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
$ O' v# _1 a( I2 q: P$ m0 H4 G. a& h6 |5 M5 V4 N
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
. K1 j/ _+ q$ ^, p* mExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |