'Declaration
Sub PasteRange( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As ControlKeyCode, _
ByVal As Boolean, _
ByVal 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)
void PasteRange(
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
ControlKeyCode ,
bool ,
bool
)