copyRangeTo 1 c$ _+ K2 z3 P4 I
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ! ?5 T/ i2 ]: h/ q% o
0 B7 w, C0 ]$ gThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. $ ^: Q8 n3 H, Q+ M# o% ~ V
) [3 }8 e3 {* e$ l, ^4 K/ M1 F
1 |5 g }5 U+ b! n8 vThe argument listrange designates the range to be copied.
3 y5 v, L0 n6 q O: e5 B, c* L( W* F9 S- }( K
The argument of data type object designates the target table.
z1 i; n) m- r: B: x
$ {! M4 d# H; zThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
3 E U' Q+ Y0 L; R
0 _/ a) Y9 q5 w4 s; q& ^" {, u" K( BThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ]0 ?$ `/ e+ E$ t# T
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |