Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Paste Method / Paste(String) Method
A System.String value that specifies where the Clipboard contents should be pasted. If this argument is omitted, the current selection is used.


In This Topic
    Paste(String) Method
    In This Topic
    Pastes the contents of the Clipboard onto the sheet.
    Syntax
    'Declaration
     
    
    Overloads Sub Paste( _
       ByVal destination As String _
    ) 
    'Usage
     
    
    Dim instance As IWorksheet
    Dim destination As String
     
    instance.Paste(destination)
    void Paste( 
       string destination
    )

    Parameters

    destination
    A System.String value that specifies where the Clipboard contents should be pasted. If this argument is omitted, the current selection is used.
    See Also