copyRangeTo . {# ]9 c; i7 S! W
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
9 {4 {8 F0 j7 }" d( j1 U4 @: |
N5 S) Q( D/ \9 ?6 XThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. / ~# x0 a; |8 F7 G N! k
' p) x0 e( S* Y2 g
7 Z( U3 F! J" Y$ n9 V5 F5 N: R' u& zThe argument listrange designates the range to be copied.6 j% T/ U; J- f' q* T, u" c1 K
4 B9 C% p: |. d) E# jThe argument of data type object designates the target table.4 K3 }# O6 D j) p6 K! O- G
$ o- a2 C+ a2 F+ ZThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 5 ]) Z; G8 n+ J9 F" |
! W* K: u8 h( a# i4 [2 n# Y, aThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 0 K) s) j5 D2 J/ h
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |