Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardPasteCommand Class / Paste(IWorksheet) Method
Target worksheet.


In This Topic
    Paste(IWorksheet) Method
    In This Topic
    Paste range from CopyingRanges of Workbook to worksheet Target worksheet.
    Syntax
    'Declaration
     
    
    Public Shared Function Paste( _
       ByVal targetWorksheet As IWorksheet _
    ) As ClipboardPasteCommand
    'Usage
     
    
    Dim targetWorksheet As IWorksheet
    Dim value As ClipboardPasteCommand
     
    value = ClipboardPasteCommand.Paste(targetWorksheet)

    Parameters

    targetWorksheet
    Target worksheet.

    Return Value

    A new instance of the ClipboardPasteCommand class
    See Also