copyRangeTo
( d) L6 U5 V' f" bUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ' ^! P7 Y% x- o, H: i% I
% @1 r& ^1 g; K5 c1 K) R6 e
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
; B" r, O' F; o1 f# I% B. t) o& l9 R! U
9 a" z- _& k% M1 pThe argument listrange designates the range to be copied.
8 G" D$ c9 |, p3 ^4 K7 J- [" b/ C W3 c' _$ T5 |
The argument of data type object designates the target table. [$ l7 ^) |9 C# @2 H6 y9 y" }$ t* i5 A
) i; H& ^9 ^0 i: I+ {
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ; x8 |4 G1 I( Q5 E
( w8 J( V9 u! u! Q7 ^
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
9 P2 d: ~: e3 N$ X' w, n- R9 W ZExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |