Language.ActiveSpellingDictionary Property

Definition

Returns a Dictionary object that represents the active spelling dictionary for the specified language.

public:
 property Microsoft::Office::Interop::Word::Dictionary ^ ActiveSpellingDictionary { Microsoft::Office::Interop::Word::Dictionary ^ get(); };
public Microsoft.Office.Interop.Word.Dictionary ActiveSpellingDictionary { get; }
member this.ActiveSpellingDictionary : Microsoft.Office.Interop.Word.Dictionary
Public ReadOnly Property ActiveSpellingDictionary As Dictionary

Property Value

Remarks

If there's no spelling dictionary installed for the specified language, this property returns Nothing.

Applies to