copyRangeTo . [: I; X3 f3 p/ b
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); % e/ i, |$ v0 Y3 O0 Q, O% |, z; K
V: U5 u c1 ?* z
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. * p% `5 @$ w. B7 {
8 p# T% s" J) I" @3 }
! @7 C& X/ Y( s5 @: y% G" F0 a8 qThe argument listrange designates the range to be copied.
" d/ R4 }" W/ j. ]) ?' @ G* f0 w( i2 ?# k; f
The argument of data type object designates the target table.3 d: R3 i. V' [# _5 R, E" M
' M/ q& C/ z" h2 i! p0 [' }The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 1 d" T3 g* P) l- b
8 N& a& Q4 k T/ c8 {2 C& |" XThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. . u0 N" }$ ^5 ^/ K" e
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |