InfoConnect for Unisys
PasteRange Method


Syntax
'Declaration
 
Sub PasteRange( _
   ByVal top As Integer, _
   ByVal left As Integer, _
   ByVal bottom As Integer, _
   ByVal right As Integer, _
   ByVal remTop As Integer, _
   ByVal remLeft As Integer, _
   ByVal remBottom As Integer, _
   ByVal remRight As Integer, _
   ByVal keycode As ControlKeyCode, _
   ByVal wrapText As Boolean, _
   ByVal useFieldDelim As Boolean _
) 
'Usage
 
Dim instance As IIbmScreen
Dim top As Integer
Dim left As Integer
Dim bottom As Integer
Dim right As Integer
Dim remTop As Integer
Dim remLeft As Integer
Dim remBottom As Integer
Dim remRight As Integer
Dim keycode As ControlKeyCode
Dim wrapText As Boolean
Dim useFieldDelim As Boolean
 
instance.PasteRange(top, left, bottom, right, remTop, remLeft, remBottom, remRight, keycode, wrapText, useFieldDelim)

Parameters

top
left
bottom
right
remTop
remLeft
remBottom
remRight
keycode
wrapText
useFieldDelim
See Also