copyRangeTo , t: S, M' Y4 b+ S# l3 U& u
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
$ k, l7 l8 E% p2 Y" C8 J' t" @. T
9 L. R! y0 M; Z2 C% @The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 2 W3 a, b: W' X* j# E: s
0 [# w' G6 ~8 O7 m6 w' `
- ^! Z ^! L" IThe argument listrange designates the range to be copied.
: H- y! K8 H; G# w$ y
0 L! [' `5 w, T) ?The argument of data type object designates the target table.
) I4 S) u, c3 i& ^5 Y
" ~$ ]9 n( R% N) r4 P0 Z& oThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 7 n) g; U4 _/ }$ m
5 h1 H* J' ?8 [6 U. f, U4 A% d
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 0 I: c/ {! H( @* D7 h% }, _4 J
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |