IndexOf(RibbonTab) Method
In This Topic
Determines the index of a specified
RibbonTab in the
RibbonTabCollection.
Syntax
'Declaration
Public Overloads Function IndexOf( _
ByVal As RibbonTab _
) As System.Integer
public System.int IndexOf(
RibbonTab
)
Parameters
- tab
See Also