copyRangeTo
* Y/ v( g O- I- {/ KUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
8 m) e. f5 [, k) _, {
& p# F) W( {6 w, V& o4 X M/ VThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 5 S0 Z* _' T0 I% w2 J% }
% K% A7 U, v% C+ j' d( z0 ~$ h0 K
# n/ a. h7 M; q, cThe argument listrange designates the range to be copied.- ?4 B( R- u' Q) X9 {
i2 n0 `# Q% A/ jThe argument of data type object designates the target table.4 A6 b. g, W" b) h
% g6 @% D% @2 c( a p, W5 DThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. . Y/ l2 r* x5 q
) d! B0 j% d1 _+ [/ H& R5 KThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 5 W* S3 f8 n8 D/ {3 {+ h/ Z5 \
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |