Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardPasteShapeCommand Class / ClipboardPasteShapeCommand Constructor
The worksheet which this command paste shapes to.


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

Parameters

worksheet
The worksheet which this command paste shapes to.
See Also