FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonTabGroupCollection Class / IndexOf Method / IndexOf(RibbonContextualTabGroup) Method

In This Topic
    IndexOf(RibbonContextualTabGroup) Method
    In This Topic
    Determines the index of a specified RibbonContextualTabGroup in the RibbonTabGroupCollection.
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal tabGroup As RibbonContextualTabGroup _
    ) As System.Integer
    public System.int IndexOf( 
       RibbonContextualTabGroup tabGroup
    )

    Parameters

    tabGroup
    See Also