'Declaration
Public Shared Function CreateShape( _ ByVal type As AutoShapeType _ ) As Shape
'Usage
Dim type As AutoShapeType Dim value As Shape value = WorksheetDrawing.CreateShape(type)
public static Shape CreateShape( AutoShapeType type )
Parameters
- type
- The AutoShapeType value that indicates the shape type.
Return Value
The new created shape.