copyRangeTo
- g6 Y- f+ v9 S+ C( PUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
: n" x* g, N* q$ o, |, G ?/ F& [' B& N; n% q' X# j8 s
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
* Q/ W( s" y S% `" ]& k- w* x0 Z
- f u* Z# h9 ?( M
& k/ V/ g5 O8 B* ~The argument listrange designates the range to be copied.
0 E0 G3 u3 `) b% [# S$ }( }" B1 M1 R( c- S; n$ G* S, f) z
The argument of data type object designates the target table.( M# M' l4 Q) N7 h7 o
6 K: a/ I- }3 L9 h& o0 C' d& BThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 1 R. i) T! L4 i( [
9 u8 P+ t# p* A d2 a) @# u4 _ W
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
0 U3 M+ L7 l6 \0 o5 n$ l; TExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |