Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeConnectionSites Interface / Count Property


In This Topic
    Count Property (IShapeConnectionSites)
    In This Topic
    Gets the number of connection sites in the collection.
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As IShapeConnectionSites
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}

    Property Value

    The number of connection sites in the collection.
    See Also