Share via


SpellingOptions.DictLang Property 

Selects the dictionary language used when Microsoft Excel performs spelling checks.

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

Usage

Dim spellingOptions1 As SpellingOptions

Dim returnValue As Integer
returnValue = spellingOptions1.DictLang

Dim sampleValue As Integer
spellingOptions1.DictLang = sampleValue

Syntax

Property DictLang() As Integer
int DictLang {get; set;}
property Int32 DictLang{
    Int32 get();
    Void set(Int32);
}
public int get_DictLang();
public void set_DictLang(int);
function get DictLang() : int;
function set DictLang(int);

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

SpellingOptions Interface
Microsoft.Office.Interop.Excel Namespace

Other Resources

SpellingOptions Members