Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyleCollection Class / Count Property


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;}
    See Also