copyRangeTo ( w8 \7 }; g$ D+ L
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
) s# N* d1 x: X; C9 `* n$ t! k/ I k; ]. j! A
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. . K6 Y7 n( h& F( h i% _; l/ H5 n
7 x( j6 t: q# o& @) P! C" w& y' w# V+ I/ I
The argument listrange designates the range to be copied. ~, K g+ N, z" N9 }
9 s! u$ P8 x5 cThe argument of data type object designates the target table.
8 `5 w- X% S! Q0 \) s e, C, ?) z; v# Y( b$ ~' k0 _
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
1 l/ i+ h/ z7 f u4 q: y/ l* u9 q, t' k- K; s* V
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 3 e8 T. c; i! M# O/ k, `; S
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |