Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IPictures Interface / Paste Method / Paste(String,Boolean) Method
A System.String value that specifies where the Clipboard contents should be pasted. If this argument is omitted, the current selection is used.
true to establish a link to the source of the pasted picture; otherwise, false.


In This Topic
    Paste(String,Boolean) Method
    In This Topic
    Pastes the contents of the Clipboard onto the sheet.
    Syntax
    'Declaration
     
    
    Overloads Function Paste( _
       ByVal destination As String, _
       ByVal link As Boolean _
    ) As IPicture
    'Usage
     
    
    Dim instance As IPictures
    Dim destination As String
    Dim link As Boolean
    Dim value As IPicture
     
    value = instance.Paste(destination, link)

    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.
    link
    true to establish a link to the source of the pasted picture; otherwise, false.
    See Also