Language.SpellingDictionaryType Property
Returns or sets the proofing tool type. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SpellingDictionaryType As WdDictionaryType
Get
Set
'Usage
Dim instance As Language
Dim value As WdDictionaryType
value = instance.SpellingDictionaryType
instance.SpellingDictionaryType = value
WdDictionaryType SpellingDictionaryType { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdDictionaryType
Remarks
You can use this property to change the active spelling dictionary to one of the available add-on dictionaries that work with Microsoft Word. For example, there are legal, medical, and complete spelling dictionaries you can use instead of the standard dictionary.
The SpellingDictionaryType property can be one of the WdDictionaryType constants. Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.