Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardPasteCommand Class / ClipboardPasteCommand Constructor / ClipboardPasteCommand Constructor(Worksheet,Int32,Int32,ManipulationOptions)


In This Topic
ClipboardPasteCommand Constructor(Worksheet,Int32,Int32,ManipulationOptions)
In This Topic
Initializes a new instance of the ClipboardPasteCommand class.
Syntax
'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
See Also