ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / WordList Class / Remove Method / Remove(String) Method

In This Topic
    Remove(String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Remove( _
       ByVal item As System.String _
    ) As System.Boolean
    public System.bool Remove( 
       System.string item
    )

    Parameters

    item
    See Also