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)

Usage

Public Class pellingSuggestionsImplementation
    Implements SpellingSuggestions
End Class
Dim pellingSuggestionsImplementation1 As New pellingSuggestionsImplementation()

Syntax

Public Interface SpellingSuggestions
    Inherits IEnumerable
public interface SpellingSuggestions : IEnumerable
public interface class SpellingSuggestions : public IEnumerable
public interface SpellingSuggestions implements IEnumerable
public interface SpellingSuggestions implements 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

SpellingSuggestions Members