ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / SuggestionList Class / IndexOf Method / IndexOf(String,Int32) Method

In This Topic
    IndexOf(String,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal item As System.String, _
       ByVal index As System.Integer _
    ) As System.Integer
    public System.int IndexOf( 
       System.string item,
       System.int index
    )

    Parameters

    item
    index
    See Also