copyRangeTo \' U* _7 f. V- C' g$ q6 H7 T# f
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
+ m% X2 m$ y7 P7 `2 C% B% n5 n1 p/ z4 C( m1 m
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
$ y/ h( m+ `- [- b( K
1 x4 M2 j4 e# x* S3 u, @5 G8 S& m+ p3 }, C1 [: t
The argument listrange designates the range to be copied.+ w' w5 n* U, A/ J% c$ R
& B9 @# Z; Y9 U# K7 |4 @) g4 J& i
The argument of data type object designates the target table.
5 m/ `7 F- B8 T' ]% Z6 h3 W- ]: W9 o. `
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 7 X" t2 G4 d4 c
/ H) C3 d5 c. x/ x
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
6 v9 ?8 `% I4 I. [2 Z6 ]Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |