WordDictionary.Add Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

WordDictionary.Add Method 

Adds a word to the user list

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

Parameters

word

The word to add

Remarks

This method is only affects the user word list

See Also

WordDictionary Class | NetSpell.SpellChecker.Dictionary Namespace