copyRangeTo . e$ M, ]% s6 b! j
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
) l7 S, g- Z0 \/ ]- ^: ~- l U5 ^
( k4 X9 {* a; h; T) NThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
+ f. m o+ n! q- s3 A0 E, Q+ L- T
: a [4 U( V( C- \( b6 V0 c& E, I: r' i
The argument listrange designates the range to be copied.
8 A+ H% I- K+ o+ H
9 _9 d* h) g+ N1 ?The argument of data type object designates the target table.& E; s; E) K t" E
+ m0 E+ ]' P5 M% J/ |The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
% @) O% r- @4 E2 t/ }$ N8 e) D/ g2 J+ l
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 7 B$ u. `+ V7 I% c. @
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |