copyRangeTo & n" n* E& a) t0 n" x
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); * W" l& |0 x. l, t
: G. s# M8 h( a! R' x9 `- |
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. * |9 K: G! B" C! x! l/ }
# L) @4 \7 `5 C' f h, D) o
( L( F0 w/ ~1 R0 i" R- bThe argument listrange designates the range to be copied.
: ]) N8 B$ ~3 ^+ g/ f) g( a0 r+ A1 W6 z8 C# k; F% b* {* m
The argument of data type object designates the target table.
' w# ^$ B% V; n# E. L, E9 S* o! s" o5 v
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 0 w, F# n8 R6 Z! T& m4 N4 c1 e. p6 r/ u
# y8 J8 R8 _6 n C: QThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
! D0 Y0 {) h- L$ I7 M# uExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |