SpellingOptions Interface 

Represents the various spell-checking options for a worksheet.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Public Class pellingOptionsImplementation
    Implements SpellingOptions
End Class
Dim pellingOptionsImplementation1 As New pellingOptionsImplementation()

Syntax

Public Interface SpellingOptions
public interface SpellingOptions
public interface class SpellingOptions
public interface SpellingOptions
public interface SpellingOptions

Remarks

Use the SpellingOptions property of the _Application object to return a SpellingOptions object.

Once a SpellingOptions object is returned, you can use its following properties to set or return various spell-checking options:

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

SpellingOptions Members