public static Shape CreateNewShape( AutoShapeType type, Worksheet worksheet )
'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