Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetShape Method / GetShape(Int32) Method
The position of the shape.


In This Topic
    GetShape(Int32) Method
    In This Topic
    Gest the shape at the specified position.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetShape( _
       ByVal index As Integer _
    ) As Shape
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim index As Integer
    Dim value As Shape
     
    value = instance.GetShape(index)
    public Shape GetShape( 
       int index
    )

    Parameters

    index
    The position of the shape.
    See Also