copyRangeTo
, L( Z1 Z7 y) \, S% P" ]) LUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
+ y' r" K0 X& v, V' f0 F. A8 |9 U; v8 f' p# @
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
" M F: C( r# E. O, `5 b
/ p; }5 l$ T1 l5 U& U6 y. ^" E& X# `( n# E6 {7 U% b
The argument listrange designates the range to be copied.
+ V4 E* I( S1 K, o3 l' K7 h
% c1 p" O+ z7 N8 N# FThe argument of data type object designates the target table.
, @( c' E. P2 ^9 ^/ [/ H5 }1 X) M; x t3 Q
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
; v% }+ W; W; s/ G" [& n7 ?. }/ G9 A% t1 s& o
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
. M& f1 |/ n- q/ ]1 C7 cExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |