copyRangeTo - P4 v" s, L0 |
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
/ U* G+ O0 @) i* W! E' L7 K# ^3 C7 D+ O6 ~8 J- f
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
9 { ` V6 i5 l% q1 M, ]9 H
$ c2 @; c1 n7 \. B. B- o' H1 K& t* U/ s
The argument listrange designates the range to be copied.* L% _9 T2 J& [3 t% |
6 m! F8 {; m+ V! Z/ p1 Z( KThe argument of data type object designates the target table.+ ]" {3 P7 z% \, K! C
% \! {5 {5 Z7 K: iThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
0 X* ^/ Y: Y" ?5 D9 L$ B3 O6 L( E1 ^4 Z$ Z' P: M+ k% m% Z
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
* g7 n/ B; Q. t0 T2 L% Y1 i' [, t0 oExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |