WordDictionary.Remove Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

WordDictionary.Remove Method 

Removes a word from the user list

[Visual Basic]Public Sub Remove( _
   ByVal word As String _
)
[C#]
public void Remove(
   string word
);

Parameters

word

The word to remove

Remarks

This method is only affects the user word list

See Also

WordDictionary Class | NetSpell.SpellChecker.Dictionary Namespace