copyRangeTo 6 b L" l5 | q& R
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); , }) e% e T' S% Z9 z
4 _- Y, _2 m i, b1 aThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ) p5 z5 a9 a0 k k6 ~: b; n4 B9 Z2 F/ I
6 w# }/ p% p) P v- e
+ x% w, g: v- t) e3 C7 Y# ZThe argument listrange designates the range to be copied.' b. K: _0 A. u( M; b- A" J
7 {8 Z! y4 ]/ Q* I9 vThe argument of data type object designates the target table.
( |$ I$ F8 I$ X3 H$ r$ C* l: \/ {3 v
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
- ~- ^2 [: d8 L0 b5 z# Z# T2 I! m) C8 T1 [; H4 O% o: n+ h
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
) z3 c Q; a, j9 f9 }Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |