Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IConnectorFormat Interface / EndConnectionSite Property


In This Topic
    EndConnectionSite Property (IConnectorFormat)
    In This Topic
    Gets an integer that specifies the connection site that the end of a connector is connected to.
    Syntax
    'Declaration
     
    
    ReadOnly Property EndConnectionSite As Integer
    'Usage
     
    
    Dim instance As IConnectorFormat
    Dim value As Integer
     
    value = instance.EndConnectionSite
    int EndConnectionSite {get;}

    Property Value

    The connection site that the end of a connector is connected to.
    See Also