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


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