Spelling.ReplaceWord Method (String)

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling.ReplaceWord Method (String)

Replaces the instances of the CurrentWord in the Text Property

[Visual Basic]Overloads Public Sub ReplaceWord( _
   ByVal replacementWord As String _
)
[C#]
public void ReplaceWord(
   string replacementWord
);

Parameters

replacementWord

The word to replace the CurrentWord with

See Also

Spelling Class | NetSpell.SpellChecker Namespace | Spelling.ReplaceWord Overload List