copyRangeTo
' T* S* c) ^* kUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
' f: a( o+ I/ n( ], w
- r b. i' D" v& b; F3 n2 _The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 5 n2 A9 W: D- l
1 ?" J8 o$ N5 P0 y4 l
3 P( ~* R1 @. x: oThe argument listrange designates the range to be copied.& u( _0 J0 W6 R; ]$ u4 U
/ z# Y( O1 W" N B$ E$ b$ l( ]
The argument of data type object designates the target table.
5 }% U* X; l/ r% u/ \/ R$ [8 n* u, Z# H) _- v' {% j; V
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
# U3 M& ^9 b! Q* u: P
@& B0 t* s, X- ~9 {- }The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
- Q6 N) c* Z \1 {, ?) gExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |