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)

Usage

Public Class pellingSuggestionImplementation
    Implements SpellingSuggestion
End Class
Dim pellingSuggestionImplementation1 As New pellingSuggestionImplementation()

Syntax

Public Interface SpellingSuggestion
public interface SpellingSuggestion
public interface class SpellingSuggestion
public interface SpellingSuggestion
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.

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

SpellingSuggestion Members