copyRangeTo
) }: J- M" ]) mUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
# c; j0 I) |. y
/ |8 d; K8 m! |" {2 HThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. * A i2 O5 S" o: |6 {
. u( Z. m6 E% w$ {
/ h' U4 o& f. W2 VThe argument listrange designates the range to be copied. x$ z) A8 x' a
D9 |8 r" ?# f( \2 t
The argument of data type object designates the target table.
0 H$ C) i4 |! O1 h
( ]% V# p$ D* L' v) S/ w6 p7 uThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. % H% ?1 r6 q, g* j' ?
4 M. L. @ R; e. t FThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
, q m/ H9 g5 VExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |