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


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