Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StringCollectionCollection Class / Count Property


In This Topic
    Count Property (StringCollectionCollection)
    In This Topic
    Gets the number of items in the collecion.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As StringCollectionCollection
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    See Also