copyRangeTo
N7 Q M+ r/ H9 E1 }$ [9 Q+ PUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
0 \' F. k3 x8 N- d7 C" ^# k. e; e4 p
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. " T8 s$ P3 z4 A5 ?- c* x! }
; e' O# O s, o6 W+ U8 O) G
$ T( R* Z) p- _4 e
The argument listrange designates the range to be copied.
, ~' o5 X U7 E' o
. v( h' Q; m3 n/ G5 B; _2 B u3 s. `The argument of data type object designates the target table.4 W5 B+ y/ }0 g* O6 W
. a- g; W" B8 M9 J6 P7 y, `The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
; v* O* c* Y( v8 J, T% L( b
! e4 V, u& g. }& v* v" V7 _, @The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ' z) ?- _6 W! v0 J3 p" |
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |