copyRangeTo
% {: v& M5 b* g1 EUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
2 P2 ? Q" {4 L6 V% {2 D6 b' L6 D9 p1 i7 j+ Y
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. / `. j+ W" X% N; ?4 t% @$ v* s
2 _1 u8 `% G5 `9 Z$ N
/ C5 W( M' y# g0 _& o) y Y% o! }8 C
The argument listrange designates the range to be copied.
" X# Y' E' E+ u' S" {8 i) b) y- V1 M" [- n9 o( g( K
The argument of data type object designates the target table.2 k8 j% L& M! j/ S( R
' c- C" n; X& Z D" m* Z/ i! K$ V% AThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ) Z5 s* T+ n: k, Z# E- _) s
% f' X- e) M/ T: c5 |
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. * `1 w' M+ i4 W
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |