copyRangeTo ) l) L, W6 K# T* t; G2 h
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 8 \. L& Z. W/ ^0 \4 p; g; O
, _% u2 Q6 H6 e
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
; f1 ~5 f3 M, S4 @0 K3 e& N+ _
' r& l( j7 R" N) s, g
/ c+ _- e- d7 Y" w4 }0 tThe argument listrange designates the range to be copied.
# D2 _7 c5 e+ k$ [# |# M
l; G" l# ^( C0 B1 j8 m, }! }The argument of data type object designates the target table.
# v& W9 g% i' |# T/ p* J
$ K, l$ f( p+ ~/ `+ CThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
- k: ~# E2 G# V/ y/ q& T/ u
- F9 I2 e, a9 f q+ u% X# s7 eThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ( y4 O0 h' J8 M$ J l# v% @
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |