Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGroupCollection Class / ClearAndDisposeGroups Method


In This Topic
    ClearAndDisposeGroups Method
    In This Topic
    Removes all groups from the collection, then disposes the groups.
    Syntax
    'Declaration
     
    
    Public Sub ClearAndDisposeGroups() 
    'Usage
     
    
    Dim instance As RibbonGroupCollection
     
    instance.ClearAndDisposeGroups()
    public void ClearAndDisposeGroups()
    See Also