copyRangeTo
) o$ r' S* n$ O: VUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
. D4 R& c4 s. c, M7 ^
7 o8 E9 p! ~& r2 N! vThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 9 \( W8 T0 K" z# {
2 o$ B& b, L* |5 T8 S( B% c a
; r# E/ B2 S8 WThe argument listrange designates the range to be copied.
2 g9 U* n' O( @- w( y8 e* o" ?- x" `# y; u( F7 v) h3 ~3 N3 e/ _
The argument of data type object designates the target table.
% h7 l5 W5 ~- r+ a/ K( Y5 \. C) ?( I8 r) H5 A
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
" X, U! W- p5 O5 m W# }% P2 v1 Q8 \- }* f) d; L6 \4 E+ D% b
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
1 ~$ n+ F( a! Q7 Z$ \: h6 \Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |