Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonTabGroupCollection Class / Count Property


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