SynonymInfo.RelatedWordList Property
Word Developer Reference |
Returns a list of words related to the specified word or phrase. The list is returned as an array of strings. Read-only Variant.
Syntax
expression.RelatedWordList
expression An expression that returns a SynonymInfo object.
Example
This example checks to see whether any related words were found for the third word in the active document. If so, the meanings are displayed in a series of message boxes. If there are no related words found, this is stated in a message box.
Visual Basic for Applications |
---|
|
See Also