copyRangeTo
9 D) x: _" F: k% u0 tUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
% @, i; K! Z5 c/ P: Q2 ]3 f' [
& r4 v0 B! M' gThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
$ a! L8 q O3 q& t! y' O$ |' @ |- p
, _" g8 \5 H; n5 L% F& \The argument listrange designates the range to be copied.
" T; T# z) r$ |9 M% Z
T. b: a& Y) k0 r1 Y/ c: CThe argument of data type object designates the target table.: l6 h" q; J8 d
- [4 N/ R+ c5 {* |
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. & C( X- w8 r" m: d( g
: }, J6 X5 M4 F
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
7 M. W# t. c) ^- P- {. DExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |