copyRangeTo - N! q3 b1 Y8 g8 o7 f% x
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); . T$ k+ r" m4 k; z, c4 M
. ?9 {2 Q, n( E% n1 H5 AThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
4 k' D# _( X) T8 C- V- i" z
& f/ c' }- K9 _' M
3 {5 G8 v, u d) u# yThe argument listrange designates the range to be copied.: H& d. p/ t& ^# m; H5 e: t
) _" {4 i" p2 A& \The argument of data type object designates the target table.
/ m$ Y( ~1 Z2 c% M4 y1 K
. N2 b4 |; y( B1 F2 ^8 ?The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
; o2 }' Q- |/ T6 P; `
% ~* a4 A% t' B4 I, }8 C3 U. R' @8 HThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
7 x3 W+ _# S+ `2 b" x0 qExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |