SpellingSuggestions.SpellingErrorType Property

Definition

Returns the spelling error type.

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

Property Value

Remarks

WdSpellingErrorType can be one of these WdSpellingErrorType constants.

wdSpellingCapitalization

wdSpellingCorrect

wdSpellingNotInDictionary

Use the GetSpellingSuggestions(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) method to return a collection of words suggested as spelling replacements. If a word is misspelled, the CheckSpelling(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) method returns True.

Applies to