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


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