SpellingSuggestion Interface
Represents a single spelling suggestion for a misspelled word.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("000209AB-0000-0000-C000-000000000046")> _
Public Interface SpellingSuggestion
'Usage
Dim instance As SpellingSuggestion
[GuidAttribute("000209AB-0000-0000-C000-000000000046")]
public interface SpellingSuggestion
Remarks
The SpellingSuggestion object is a member of the SpellingSuggestions collection. The SpellingSuggestions collection includes all the suggestions for a specified word or for the first word in the specified range.
Use SpellingSuggestions(index), where index is the index number, to return a single SpellingSuggestion object.
The Count property for the SpellingSuggestions object returns 0 (zero) if the word is spelled correctly or if there are no suggestions.