Send comments on this topic.
RemoveMisspelling Method
Attachmate.Reflection.Objects Library (Productivity) > SpellCheck Object : RemoveMisspelling Method
word
The word to no longer consider misspelled.
Removes the specified misspelled word from the misspelled word list and clears the associated misspelling attribute from the screen.

Syntax

 
object.RemoveMisspelling( 
   ByVal word As MisspelledWord
) 

Parameters

word
The word to no longer consider misspelled.

See Also