Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardCopyShapeCommand Class / ClipboardCopyShapeCommand Constructor / ClipboardCopyShapeCommand Constructor(Worksheet)
The worksheet which this command copy shapes from.


In This Topic
    ClipboardCopyShapeCommand Constructor(Worksheet)
    In This Topic
    Initializes a new instance of the ClipboardCopyShapeCommand class with the specified worksheet.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As Worksheet _
    )
    'Usage
     
    
    Dim worksheet As Worksheet
     
    Dim instance As New ClipboardCopyShapeCommand(worksheet)
    public ClipboardCopyShapeCommand( 
       Worksheet worksheet
    )

    Parameters

    worksheet
    The worksheet which this command copy shapes from.
    See Also