copyRangeTo " V; K! x* K2 X* ~6 a. I
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); & _& `; C5 g. Y5 {! O) v( N
. T9 `$ q; O7 ~' `* H
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
, C' D, w+ k& s J+ d1 S! r' L$ o/ H% p. f% V) I
8 I2 k8 X$ g7 M/ ~3 qThe argument listrange designates the range to be copied.
1 ~4 _: D2 B+ @* r/ ~% T( H0 m8 L* c
The argument of data type object designates the target table.4 R2 H" }. B# w9 O I+ N
. I; g% P- C3 u# l- }7 J @1 u
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
6 x/ F; E3 \" ~7 ?- |. G% j) q; q S# P
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. * g2 _& T5 ^0 Z+ Z, q/ y; A \
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |