copyRangeTo 2 @' E7 c- c) Z, n
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
5 L8 F1 A% s( m r5 F- \
" |6 R% X' \) N' f8 ^' |The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. # R4 r& a1 D& s
1 H$ M3 X# B, F) }
: M! a4 J7 m; G. e) b& z/ O
The argument listrange designates the range to be copied.' i' a- ] G& M8 s* L h
, t$ \) w7 y$ ^3 wThe argument of data type object designates the target table.
+ ~) R1 X2 w2 ?! i$ U/ z
1 e, }. |7 `# ], n3 ]5 D' JThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
0 ?0 {" w: B; s$ Q" N% B2 y! a8 @: J ]; k% A, J, A: \
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. : J/ s7 U# a# N- k1 S. T# Q3 f/ G2 i: r/ D
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |