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


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