Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeConnectionSites Interface / Item Property
The index of the connection site.


In This Topic
    Item Property (IShapeConnectionSites)
    In This Topic
    Gets the ShapeConnectionSite object at the specified index.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As ShapeConnectionSite
    'Usage
     
    
    Dim instance As IShapeConnectionSites
    Dim index As Integer
    Dim value As ShapeConnectionSite
     
    value = instance.Item(index)
    ShapeConnectionSite this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index of the connection site.

    Property Value

    The ShapeConnectionSite object at the specified index.
    See Also