Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ClipboardPasteShape Method / ClipboardPasteShape(ShapeClipboardObject) Method
Shape with placement information


In This Topic
    ClipboardPasteShape(ShapeClipboardObject) Method
    In This Topic
    Pastes the shape from the Clipboard with the specified shape information.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ClipboardPasteShape( _
       ByVal shapeInfo As ShapeClipboardObject _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim shapeInfo As ShapeClipboardObject
     
    instance.ClipboardPasteShape(shapeInfo)
    public void ClipboardPasteShape( 
       ShapeClipboardObject shapeInfo
    )

    Parameters

    shapeInfo
    Shape with placement information
    See Also