copyRangeTo
3 `/ G, }: c: NUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
6 c$ h6 g0 _( O
4 {2 C! {6 x. s/ ^$ JThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 4 D/ R1 l) x" L' o( t4 l$ U
. F( U, P8 K& }! F" k% n( N/ Q; d6 X) B) S3 ~: Y' c! e! V4 U
The argument listrange designates the range to be copied.5 h* _# u r h" s) H. m
# F! F1 @5 u$ ` m6 j
The argument of data type object designates the target table.
) U( G! ~* @6 n/ T" K0 v6 d" V3 w3 Z9 K ^' G( @3 }
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ) ~9 e/ _/ E! W7 r X d
# X( i& p5 h" ]6 X4 C# h5 H
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ) @ l% O2 X7 p8 O3 E' U
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |