Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardPasteCommand Class / PasteLink Method
The worksheet to paste.


In This Topic
    PasteLink Method
    In This Topic
    Creates a command that paste specified data to the worksheet.
    Syntax
    'Declaration
     
    
    Public Shared Function PasteLink( _
       ByVal target As IWorksheet _
    ) As ClipboardPasteCommand
    'Usage
     
    
    Dim target As IWorksheet
    Dim value As ClipboardPasteCommand
     
    value = ClipboardPasteCommand.PasteLink(target)
    public static ClipboardPasteCommand PasteLink( 
       IWorksheet target
    )

    Parameters

    target
    The worksheet to paste.
    See Also