Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SubWorksheet Class / PasteCore 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
    PasteCore Method (SubWorksheet)
    In This Topic
    Pastes the contents of the Clipboard onto the sheet.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PasteCore( _
       ByVal destination As IRange _
    ) 
    'Usage
     
    
    Dim instance As SubWorksheet
    Dim destination As IRange
     
    instance.PasteCore(destination)
    protected virtual void PasteCore( 
       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