copyRangeTo : ^2 b! a3 F: i6 n) S2 `4 T
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ; T. Q1 s- w% R+ h* W0 z: |
* i, m, D8 o' `( xThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
' x. Z7 z# d8 b3 p% s
( _3 D$ y3 Q4 e" o: F6 O
; e: }8 q6 z5 oThe argument listrange designates the range to be copied.7 K; t& Z g- \2 l8 R
4 ]* }* w) R; t4 S `
The argument of data type object designates the target table.
U2 Q6 o, n! D+ u5 s& t, l5 R' _% o* u7 O+ c5 S
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. # f1 F9 |, X3 ?5 E
! y' f( u) ~5 w9 e; {3 J
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. % b- \" m3 O1 ~4 a
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |