Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / MatchedComboItemCollection Class / IndexOf Method
A ListItem object.


In This Topic
    IndexOf Method (MatchedComboItemCollection)
    In This Topic
    Gets the zero-based index of the specified ListItem in this collection.
    Syntax
    'Declaration
     
    
    Public Function IndexOf( _
       ByVal item As ListItem _
    ) As Integer
    'Usage
     
    
    Dim instance As MatchedComboItemCollection
    Dim item As ListItem
    Dim value As Integer
     
    value = instance.IndexOf(item)
    public int IndexOf( 
       ListItem item
    )

    Parameters

    item
    A ListItem object.

    Return Value

    An System.Int32 value indicates the zero-based index.
    See Also