Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonItemCollection Class / IndexOf Method
The name to search for, case-sensitive.


In This Topic
    IndexOf Method (RibbonItemCollection)
    In This Topic
    Determines the index of the first occurrence of a RibbonItem with the specified name in this collection.
    Syntax
    'Declaration
     
    
    Public Function IndexOf( _
       ByVal name As String _
    ) As Integer
    'Usage
     
    
    Dim instance As RibbonItemCollection
    Dim name As String
    Dim value As Integer
     
    value = instance.IndexOf(name)
    public int IndexOf( 
       string name
    )

    Parameters

    name
    The name to search for, case-sensitive.
    See Also