copyRangeTo " g+ [% }3 g1 T. z- |) U/ n
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
% h4 N4 E7 d) ~" n# {5 `( H {# S; w5 @% X
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. * @. E0 F8 |" q- X1 l7 v% }
& E, b$ k( S6 X& {( x& D* l8 g# {% ?$ q& O
The argument listrange designates the range to be copied.9 }8 A$ Y$ ^& ^, N ~. ?
( `: G% k/ o' S8 p# x( |The argument of data type object designates the target table.
+ B; I v3 P8 {' h4 ?
& \* o% L; ?; [# C9 wThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
1 F# T' P2 C, d( U/ _$ @
3 f# N" ?, q; o" qThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
4 |7 G1 ?4 A! B8 BExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |