Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / CreateNewShape Method


In This Topic
CreateNewShape Method
In This Topic
Creates a new shape with new WorksheetDrawing
Syntax
'Declaration
 
Public Shared Function CreateNewShape( _
   ByVal type As AutoShapeType, _
   ByVal worksheet As Worksheet _
) As Shape
 
'Usage
 
Dim type As AutoShapeType
Dim worksheet As Worksheet
Dim value As Shape
 
value = WorksheetDrawing.CreateNewShape(type, worksheet)

Parameters

type
worksheet
See Also