Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonTab Class / Groups Property


In This Topic
    Groups Property (RibbonTab)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Groups As RibbonGroupCollection
    'Usage
     
    
    Dim instance As RibbonTab
    Dim value As RibbonGroupCollection
     
    value = instance.Groups
    public RibbonGroupCollection Groups {get;}
    See Also