Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardCutShapeCommand Class / ClipboardCutShapeCommand Constructor / ClipboardCutShapeCommand Constructor(Worksheet)
The worksheet which this command cut shapes from.


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

    Parameters

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