copyRangeTo
3 D/ M) _0 K- Y K2 nUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
: \9 l8 ]9 u, n z/ X, V; n
, I4 k0 u! C' w$ q3 I% zThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ( B7 z$ A2 A1 U: X& P/ u$ F4 V
7 A' u# x* G) v
8 H) r# v2 C& _0 ^) e) D+ ?- D6 i ~
The argument listrange designates the range to be copied.
1 O! G7 d) `+ n0 G0 V3 a5 Q0 }
# U% i$ X4 g! F# Q: LThe argument of data type object designates the target table.) Q- o. Z. z! z# l% @. R
, ~" F$ ?% ?+ T" bThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
* v: Y1 R# s; _: J: o; y" R' z* o& m+ {* j4 M# Q
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
5 j/ ~$ Z2 t! }3 v! iExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |