'Declaration
Public Overloads Shared Function GetShape( _ ByVal type As AutoShapeType _ ) As Shape
'Usage
Dim type As AutoShapeType Dim value As Shape value = WorksheetDrawing.GetShape(type)
public static Shape GetShape( AutoShapeType type )
Parameters
- type