copyRangeTo
$ A' ?' I3 M- H! R- |9 F# w5 yUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
2 q* x4 D$ S3 V# ?1 m% g5 T' `( ~& v5 [3 \) ^
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ' J0 ?9 H$ J. A+ K% o4 _
! r( B$ y+ C& ]0 g4 Q
) I9 B7 ?2 V9 ~3 \0 j) A4 E1 c
The argument listrange designates the range to be copied.
) O8 A+ J3 {) J: e
" K: |. Y* c9 {" j) b- ]+ }/ dThe argument of data type object designates the target table.- m5 {. M8 H+ X. e Y8 ]
6 S) u. G. p. G% j4 E. A8 ?6 i5 k
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
8 w/ x: G8 D1 w7 V/ g- }% ~' h9 T: H# H
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
3 G" M, {2 j# DExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |