UltimateSpell Class Library

Speller.AddWord Method 

Add word to dictionary index.

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

Parameters

word
Word to be added to dictionary index.

See Also

Speller Class | Karamasoft.WebControls.UltimateSpell Namespace