copyRangeTo - V+ M) L# G& \4 E" I
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
1 N/ S. q/ S4 N6 }6 \: I t5 s" p$ E K% X
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
. f/ w7 L+ C! V' r0 u, @) I
: ?1 c. t8 t- Z) P
( ] G; I# `. f# B+ UThe argument listrange designates the range to be copied.8 Y4 D) [; C6 l% V1 @/ j! z
6 ~3 M- G/ B! e) yThe argument of data type object designates the target table.+ o2 H$ Z! V. Y9 [
7 L+ Z* M( I" c y
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
6 h3 ?& [4 P7 |
" x% ^+ o, K+ D) a6 p& A6 P8 [% _, WThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
0 K4 X" @. r0 I8 B# g) a RExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |