Share via


_Application.SpellingOptions Property 

Returns a SpellingOptions object that represents the spelling options of the application.

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

Usage

Dim _Application1 As _Application

Dim returnValue As SpellingOptions
returnValue = _Application1.SpellingOptions

Syntax

ReadOnly Property SpellingOptions() As SpellingOptions
SpellingOptions SpellingOptions {get;}
property SpellingOptions^ SpellingOptions{
    SpellingOptions^ get();
}
public SpellingOptions get_SpellingOptions();
function get SpellingOptions() : SpellingOptions;

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

_Application Interface
Microsoft.Office.Interop.Excel Namespace

Other Resources

_Application Members