Send comments on this topic.
AddToCustomDictionary Method
Attachmate.Reflection.Objects Library (Productivity) > SpellCheck Object : AddToCustomDictionary Method
newWord
The word to add to the dictionary.
Adds a word to the active custom dictionary.

Syntax

 
object.AddToCustomDictionary( 
   ByVal newWord As String
) 

Parameters

newWord
The word to add to the dictionary.

Remarks

This setting has no effect if a custom dictionary isn't specified. After a word is added to the custom dictionary, it is no longer considered as being misspelled.

See Also