Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeConnectionSite Class / Index Property


In This Topic
    Index Property (ShapeConnectionSite)
    In This Topic
    Gets the index of the connection site.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Index As Integer
    'Usage
     
    
    Dim instance As ShapeConnectionSite
    Dim value As Integer
     
    value = instance.Index
    public int Index {get;}

    Property Value

    The index of the connection site.
    See Also