copyRangeTo . \: Y) x6 i7 I" I! D
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
& W7 K% H+ I5 ~+ D5 s( O' ?2 r4 n# l6 U1 A$ u' q+ h8 y( J% ^. G
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
1 K3 C; E' N& d1 |$ o3 \! ]) R, h
; ?! P. |0 P3 [/ G) H$ X+ L$ i) D) ^# A" ], R$ q2 f
The argument listrange designates the range to be copied.. \: M% Y/ J5 B; |/ \- j* d. e
3 j, x6 ?: i, V
The argument of data type object designates the target table.6 x4 s$ b& h5 s( g6 {+ a
) N' F4 v; R- ]* M2 q! JThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
% I! j* s( Q8 x' ~. _2 m# ^7 A( h: D" D6 ~8 [4 |/ i/ n. s; W
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
% l H% }! I: U" D) k3 D. ]Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |