Reflection
RemoveMisspelling Method


The word to remove from the misspelled word list.
Removes the specified word from the misspelled word list and clears the associated misspelling attribute on the screen.
Syntax
'Declaration
 
Sub RemoveMisspelling( _
   ByVal word As MisspelledWord _
) 
'Usage
 
Dim instance As ISpellCheck
Dim word As MisspelledWord
 
instance.RemoveMisspelling(word)
void RemoveMisspelling( 
   MisspelledWord word
)

Parameters

word
The word to remove from the misspelled word list.
See Also