copyRangeTo ( e* G! j. B0 a3 t! o9 _6 G
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 9 i$ e9 r# H- a( E- N7 b" L. j7 Z
/ o( Z6 m5 V* [$ x7 H4 [
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. $ A( A7 _" t; e4 O+ }
' g- w5 ]5 K4 @& S% Y1 L" ]2 s) k7 a" \3 j; t; P1 `( C
The argument listrange designates the range to be copied.! x% R6 q# W/ @. T
& x4 y1 ~( o: q% _
The argument of data type object designates the target table.
; x$ T, G* H y& z) \( ~% H, {9 X# j; O
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ; K; c& ^( b _) B( ~& h9 k, S5 r
' z, B( Y& l* l, G; c" v
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
- q+ p( d* X% G# [0 m& pExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |