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)
Syntax
'Declaration
Property DictLang As Integer
Get
Set
'Usage
Dim instance As SpellingOptions
Dim value As Integer
value = instance.DictLang
instance.DictLang = value
int DictLang { get; set; }
Property Value
Type: System.Int32