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


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

    Parameters

    target
    The worksheet to paste
    See Also