ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / WordList Class / IndexOf Method

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

    Parameters

    item
    See Also