Range.CheckSynonyms Method
Displays the Thesaurus dialog box, which lists alternative word choices, or synonyms, for the text in the specified range.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub CheckSynonyms
'Usage
Dim instance As Range
instance.CheckSynonyms()
void CheckSynonyms()