SpellingSuggestions Interface

A collection of SpellingSuggestion objects that represent all the suggestions for a specified word or for the first word in the specified range.

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

Syntax

'Declaration
<GuidAttribute("000209AA-0000-0000-C000-000000000046")> _
Public Interface SpellingSuggestions _
    Inherits IEnumerable
'Usage
Dim instance As SpellingSuggestions
[GuidAttribute("000209AA-0000-0000-C000-000000000046")]
public interface SpellingSuggestions : IEnumerable

Remarks

Use the GetSpellingSuggestions method of a Application or Range object to return the SpellingSuggestions collection. The SpellingSuggestions method, when applied to the Application object, must specify the word to be checked. When the GetSpellingSuggestions method is applied to a range, the first word in the range is checked.

You cannot add suggestions to or remove suggestions from the collection of spelling suggestions. Spelling suggestions are derived from main and custom dictionary files.

See Also

Reference

SpellingSuggestions Members

Microsoft.Office.Interop.Word Namespace