Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / ConnectionSiteCount Property


In This Topic
    ConnectionSiteCount Property (IGroupShape)
    In This Topic
    Gets the number of connection sites on the specified shape.
    Syntax
    'Declaration
     
    
    ReadOnly Property ConnectionSiteCount As Integer
    'Usage
     
    
    Dim instance As IGroupShape
    Dim value As Integer
     
    value = instance.ConnectionSiteCount
    int ConnectionSiteCount {get;}

    Property Value

    The number of connection sites.
    See Also