SpellingSuggestions.SpellingErrorType Property

Returns the spelling error type.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property SpellingErrorType As WdSpellingErrorType
    Get
'Usage
Dim instance As SpellingSuggestions
Dim value As WdSpellingErrorType

value = instance.SpellingErrorType
WdSpellingErrorType SpellingErrorType { get; }

Property Value

Type: Microsoft.Office.Interop.Word.WdSpellingErrorType

Remarks

WdSpellingErrorType can be one of these WdSpellingErrorType constants.

wdSpellingCapitalization

wdSpellingCorrect

wdSpellingNotInDictionary

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

See Also

Reference

SpellingSuggestions Interface

SpellingSuggestions Members

Microsoft.Office.Interop.Word Namespace