Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetSelectedShape Method
The index of selected shape.


In This Topic
    GetSelectedShape Method
    In This Topic
    Gets selected shape at the specified index.
    Syntax
    'Declaration
     
    
    Public Function GetSelectedShape( _
       ByVal index As Integer _
    ) As Shape
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim index As Integer
    Dim value As Shape
     
    value = instance.GetSelectedShape(index)
    public Shape GetSelectedShape( 
       int index
    )

    Parameters

    index
    The index of selected shape.
    See Also