copyRangeTo
- F3 Z- X5 m$ k" z$ @Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
5 \, m: M& ]8 [' Y- q4 |- z6 E- {8 T
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
0 m! t. N+ V, r% n: D+ w6 a4 [5 L. H- f
7 e: I8 b8 C# UThe argument listrange designates the range to be copied.
+ M; Z* T$ b; N6 J, t( d/ }0 h0 O- F$ V3 [( P( G
The argument of data type object designates the target table.7 k7 h4 n; e! K R/ @: p5 B2 ^
& d4 ~4 p4 a7 b1 F/ q. w7 ?
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. & }; ^# H, @1 u
0 s" Z v! X- ^( b2 HThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
~& a3 T0 W0 K0 Q0 m" I% K. wExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |