copyRangeTo
4 Z i. m, x# R$ L0 zUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
7 L2 |9 x6 r! h+ X: G' ?8 T( \/ A6 r0 P! G0 C
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
# [, b; I, \% D+ }, e" Z5 e. s. I, R8 q* n$ a0 o
) }5 z4 j' [- e' C3 h
The argument listrange designates the range to be copied.
! o1 j0 o/ I) X4 q) C( r1 V, \# y- e
The argument of data type object designates the target table.
: b' O; h( V, | ?7 x4 G- c6 |: r- H& R K3 J; U
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. + j- N- g( C X! S" S* }' S' Q
" {, x5 g; m8 P9 Z& e* ~The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 4 Z, x- g; {6 `( ]
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |