copyRangeTo
- W8 y A# x. f3 z5 l: G; W% YUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
- }) H: z* S9 ?% B) g& W
' c1 B. E% F: R0 |7 }7 EThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
! q2 r+ O3 d R, H# E
/ c+ T/ |1 U6 M+ X
! a$ d& R: I1 K5 Y4 `, u" HThe argument listrange designates the range to be copied.
0 f; _1 M: v7 ]& f7 i; A8 A
9 A/ x+ D' f" Z* t+ fThe argument of data type object designates the target table.
; |0 z# X+ J; x0 _& h% V1 o5 O. U0 a# u3 |8 x
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
/ T7 M2 y8 }% {2 V9 O$ R6 A G2 w1 Q- K
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. - A# w. k2 B- y' N4 I
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |