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


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

    Parameters

    destination
    An IRange object that specifies where the Clipboard contents should be pasted. If this argument is omitted, the current selection is used.
    See Also