Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / LegacyClipboardPasteCommand Class / LegacyClipboardPasteCommand Constructor / LegacyClipboardPasteCommand Constructor(Worksheet,Int32,Int32,Int32,Int32,ManipulationOptions,MemoryStream)


In This Topic
    LegacyClipboardPasteCommand Constructor(Worksheet,Int32,Int32,Int32,Int32,ManipulationOptions,MemoryStream)
    In This Topic
    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, _
       ByVal pasteStream As MemoryStream _
    )
    '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 pasteStream As MemoryStream
     
    Dim instance As New LegacyClipboardPasteCommand(worksheet, row, column, row2, column2, manipulationOptions, pasteStream)

    Parameters

    worksheet
    row
    column
    row2
    column2
    manipulationOptions
    pasteStream
    See Also