Syntax
'Declaration
Public Function New( _
ByVal As Worksheet, _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As Integer, _
ByVal column2 As Integer, _
ByVal As ManipulationOptions _
)
'Usage
Dim worksheet As Worksheet
Dim row As Integer
Dim column As Integer
Dim row2 As Integer
Dim column2 As Integer
Dim manipulationOptions As ManipulationOptions
Dim instance As New ClipboardPasteCommand(worksheet, row, column, row2, column2, manipulationOptions)
public ClipboardPasteCommand(
Worksheet ,
int ,
int column,
int ,
int column2,
ManipulationOptions
)
Parameters
- worksheet
- row
- column
- row2
- column2
- manipulationOptions
See Also