Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetShape Method / GetShape(AutoShapeType) Method


In This Topic
    GetShape(AutoShapeType) Method
    In This Topic
    Syntax
    '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
    See Also