public ClipboardPasteCommand( Worksheet targetWorksheet, int targetRow, int targetColumn, ManipulationOptions manipulationOptions )
'Declaration
Public Function New( _ ByVal targetWorksheet As Worksheet, _ ByVal targetRow As Integer, _ ByVal targetColumn As Integer, _ ByVal manipulationOptions As ManipulationOptions _ )
'Usage
Dim targetWorksheet As Worksheet Dim targetRow As Integer Dim targetColumn As Integer Dim manipulationOptions As ManipulationOptions Dim instance As New ClipboardPasteCommand(targetWorksheet, targetRow, targetColumn, manipulationOptions)
Parameters
- targetWorksheet
- targetRow
- targetColumn
- manipulationOptions