Language.ActiveSpellingDictionary Property
Returns a Dictionary object that represents the active spelling dictionary for the specified language.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ActiveSpellingDictionary As Dictionary
Get
'Usage
Dim instance As Language
Dim value As Dictionary
value = instance.ActiveSpellingDictionary
Dictionary ActiveSpellingDictionary { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Dictionary
Remarks
If there's no spelling dictionary installed for the specified language, this property returns Nothing.