copyRangeTo
2 |, e/ h! L% q3 k- b5 MUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 4 k) G# J( u& A
. U5 [7 X9 P* V m- iThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
" K7 ^% C/ H8 O- x6 ]3 S- n7 }+ Q6 Q* f
0 n: ~* u: U/ \" G
The argument listrange designates the range to be copied.
& c* }# F( B) E: a" y/ D3 c! X3 ~+ L
The argument of data type object designates the target table.
; p& B: @, \, L6 i4 m0 R
. w3 `0 U. b) X. E7 zThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
S. L" M8 g2 d* X" {! q9 E5 e* d( z: v" f, Q
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ! Q3 B9 R- u2 _
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |