Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / StringCollection Class / Count Property


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