copyRangeTo
/ J- M# j) b+ T: R0 CUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ' Q: G' r O3 n) g5 q2 ]1 D. x0 U* d
s9 f( a" e7 R' U
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 2 Y8 v9 Y3 [( m# m$ O
# r5 C$ Z+ l% j: `' S
: X) D! X) h6 sThe argument listrange designates the range to be copied.% w, u/ H+ n$ ~2 [' Z2 ]1 s& T
4 U7 S1 ?' {! h
The argument of data type object designates the target table.
1 D/ z! f7 X$ Z5 i& w5 |( ?& P9 n5 E$ {7 o" _2 h0 J( d" d) a
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
9 Z, @; i: @; h1 w' Z( J: W
- D( n" A' X& {) c; t3 IThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
$ b( _# S3 p! K+ Q0 _; v+ PExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |