Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonQatItemCollection Class / IndexOf Method / IndexOf(RibbonGroup) Method

In This Topic
    IndexOf(RibbonGroup) Method
    In This Topic
    Determines the index of a specific RibbonGroup in the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function IndexOf( _
       ByVal group As RibbonGroup _
    ) As Integer
    public int IndexOf( 
       RibbonGroup group
    )

    Parameters

    group
    See Also