Add word to dictionary index.

Namespace:  Karamasoft.WebControls.UltimateSpell
Assembly:  UltimateSpell (in UltimateSpell.dll) Version: 3.6.3649.28014

Syntax

C#
public void AddWord(
	string word
)
Visual Basic (Declaration)
Public Sub AddWord ( _
	word As String _
)
Visual C++
public:
void AddWord(
	String^ word
)

Parameters

word
Type: System..::.String
Word to be added to dictionary index.

See Also