copyRangeTo
; g$ P9 u! ^3 |' N( YUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
9 [# d( ~# K8 X, g X
; K8 l+ }) w. ?4 V: s2 u" K3 u' zThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. - c% @: k7 d5 q% j
8 _! ?9 q- @3 S8 ~5 l
( E$ Q+ f* E3 \, ?+ b, n1 x* ] d
The argument listrange designates the range to be copied.
0 \% ?" N- Z# r2 ~! z( V0 v
$ e; O. ?8 F$ @+ L) b# wThe argument of data type object designates the target table.
# O( ~ ^8 t1 L/ B h% W$ b V c* X1 h f6 I
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
4 V h# a6 R% @! f# A1 L% h( W7 f3 _0 @, {& a6 P' a t ^6 K
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. * }( d) T f( p5 F! ~4 Y
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |