copyRangeTo 5 J+ t3 [% b8 a) i- I% \% v- R, ?
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
( m0 J! h1 l" P. [' P+ F9 R; |+ X9 u
* V7 p7 _4 n( HThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
8 J$ V2 m( _8 X5 I. |* {; L" B* F' F2 z. Z! D0 C! \
- @2 c0 a2 g( F" F
The argument listrange designates the range to be copied.
6 m+ G* i1 h7 x4 \: E
$ F0 {; ]/ x, f5 SThe argument of data type object designates the target table.: f5 C" x. m; |
/ b- ?/ k( i' P3 k. a4 kThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
8 @( W5 W* Z7 T# g3 N5 \9 ^
! a% [5 ]+ R7 C8 ^The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ! E/ y; Y) W9 z( q% n
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |