copyRangeTo 2 n& D- z* t) L4 @" [, J9 i
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); G6 S H7 L; |" h+ v
, h9 b2 E, I, c4 E0 k, v
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 2 ~- ~, l5 o' m4 o
* j" E7 |' Q2 z# o, O! ~+ h# M. \* o# t% s# |* f) h, C5 _0 F! u
The argument listrange designates the range to be copied.
9 B* Y4 ~) k* \% u/ h" A1 S* \7 i p/ T5 R- H
The argument of data type object designates the target table.
$ {. O' B9 T+ x+ d4 K: q1 T, x& I/ W a$ @& ]2 }/ X
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
0 f { d% {" J' D# S! ~+ ~) z W& }. G( P; B
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
$ A; g+ ?6 _5 F' w* D) K6 vExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |