copyRangeTo 6 g. a+ h2 g' u
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); * r1 B1 @' N. L
2 d: }6 g, @- o1 I- S
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. , ]1 _- I" e5 g8 ]* ]
2 ?! l$ E( { H
6 w; r( e' B: k7 QThe argument listrange designates the range to be copied.
$ g. ^- o0 c2 o: u# M E* `6 K A/ f+ ?
The argument of data type object designates the target table.
4 |0 v C' x2 j- ^( ]) K4 `/ F! H$ Z8 s: @. B
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. & P& d' s) I4 M |2 s( n- L* r$ d
P, }1 L* K; Y+ M2 t. {6 JThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
5 J' D5 N( s7 @8 y# c1 MExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |