copyRangeTo 8 Q6 c# x( M9 n
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 0 ]) x* q: Z' S0 k9 n0 N$ C" W# v
8 O5 Q: {6 g( j7 xThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 9 L, q- v g) T6 _( L. c
& m2 k9 Q# y. B2 R5 ^$ |- j' }
The argument listrange designates the range to be copied.8 H! |0 X9 I; Z* o- s
" Q) g* [4 ?! \: j* L& ?( ~1 GThe argument of data type object designates the target table.) W( ?7 n! s" l
$ I8 X8 b6 S: {) |8 N; A
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
" T5 C' W4 \! }0 Y# k' M( M( P% B! e1 K: B- ?( Q, N8 S$ L
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. , f, D/ x! g: s* J2 i! p; c8 I
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |