Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardPasteCommand Class / PastePicture Method
The worksheet to paste.
true to establish a link to the source of the pasted picture; otherwise, false.


In This Topic
    PastePicture Method
    In This Topic
    Creates a command that paste copying range as picture to the current selection of the specified worksheet.
    Syntax
    'Declaration
     
    
    Public Shared Function PastePicture( _
       ByVal target As IWorksheet, _
       ByVal link As Boolean _
    ) As ClipboardPasteCommand
    'Usage
     
    
    Dim target As IWorksheet
    Dim link As Boolean
    Dim value As ClipboardPasteCommand
     
    value = ClipboardPasteCommand.PastePicture(target, link)
    public static ClipboardPasteCommand PastePicture( 
       IWorksheet target,
       bool link
    )

    Parameters

    target
    The worksheet to paste.
    link
    true to establish a link to the source of the pasted picture; otherwise, false.
    See Also