copyRangeTo
q: P- f, a0 p, r; fUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
2 F6 c+ W: A0 v7 K: k0 D, U. u/ T" I
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. - L$ h6 H3 S% [
0 R) V$ T: q8 I* w; n4 N9 g
/ i8 ?) J0 {( MThe argument listrange designates the range to be copied.
1 z# w2 Z3 v- E
3 I! P" H2 d9 I9 _The argument of data type object designates the target table.
, X& s- H: E2 @8 b' q9 `
( D( m5 f. I8 x0 k# i1 `The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
0 {0 C# r4 ?+ c' X# t; [% e' E: E$ ^: G. M# r3 |7 K9 q
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. # y, \. ^: X7 F' x2 u& E* T
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |