Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyleCollection Class / Count Property
Example


In This Topic
    Count Property (NamedStyleCollection)
    In This Topic
    Gets the number of styles (NamedStyle objects) in the collection.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As NamedStyleCollection
    Dim value As Integer
     
    value = instance.Count
    public virtual int Count {get;}

    Property Value

    Integer number of styles in the collection
    Example
    This example illustrates the use of this member by returning the number of styles in the collection.
    See Also