copyRangeTo
6 Q% Q( f0 j5 W# v. S! _# W xUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); . s/ r. _/ I/ H) t( p+ T f
! y @, Z; j3 y+ ?5 QThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
/ @7 U/ T1 }& i- a) F$ O; i# i. `9 T1 a+ }1 @
6 R! N7 n3 k: C! p
The argument listrange designates the range to be copied.( ~. y' h0 I1 e7 x
5 \+ L% R# W; o' a
The argument of data type object designates the target table./ X% T; v: T& U/ C2 {* @
6 n6 E0 ?, u0 h: L3 _The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
1 N3 U! ]3 P& i4 c/ N0 U
$ y+ L; y4 q2 \# \1 HThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
' e9 ~4 W" f5 q4 S; l8 L7 uExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |