copyRangeTo ; `% M! ?8 a* V1 X: i
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
. ]1 Q( c4 L6 d% Z' s/ u7 M
7 K1 ~7 Y5 |) A' U, V' C7 iThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
: c* N4 H' {; n# p% @ o2 i
% M( V% V4 Y: s
5 T& ~; `+ ?1 e2 @The argument listrange designates the range to be copied.$ |0 l' S2 O9 ^* k7 C3 M. u
! {! K- [$ W8 h4 Y' z+ A
The argument of data type object designates the target table.0 g) k& n" c) `
8 A% K. }0 L! L* h% OThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
5 E; U. l, G& Z: F3 r5 [/ t( i$ W3 Y/ I
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. " c$ ?$ Z/ s6 g/ S
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |