copyRangeTo
( W1 y4 J8 \- t1 R* zUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
8 m% j7 c: [; V
7 Z( s. C! l$ M- a% nThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
. w2 Q- q) t; w& j' R. K" f" }+ t! h& B* Z
1 G+ y+ X4 N8 e' \8 kThe argument listrange designates the range to be copied.
' O" m2 L' O+ [0 W6 a ^
% E5 _% p5 V+ b- q, GThe argument of data type object designates the target table.9 z; f( Z% r$ G4 U5 T) z T
* M4 X9 T% P! V9 Z) V2 X3 G
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
* @, A$ h9 u/ V1 T$ t; r3 _. I- P( s. p
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
. @# _; s7 R1 tExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |