Spread Windows Forms 12.0 Product Documentation
ClipboardPasteCommand Constructor(Worksheet,Int32,Int32,Int32,Int32,ManipulationOptions)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Commands Namespace > ClipboardPasteCommand Class > ClipboardPasteCommand Constructor : ClipboardPasteCommand Constructor(Worksheet,Int32,Int32,Int32,Int32,ManipulationOptions)
Syntax
'Declaration
 
Public Function New( _
   ByVal worksheet As Worksheet, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal row2 As Integer, _
   ByVal column2 As Integer, _
   ByVal manipulationOptions 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 worksheet,
   int row,
   int column,
   int row2,
   int column2,
   ManipulationOptions manipulationOptions
)

Parameters

worksheet
row
column
row2
column2
manipulationOptions
See Also

Reference

ClipboardPasteCommand Class
ClipboardPasteCommand Members
Overload List