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

In This Topic
    Add Method (WordList)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal item As System.String _
    ) 
    public void Add( 
       System.string item
    )

    Parameters

    item
    See Also