_Application.LanguageSettings Property
Returns the LanguageSettings object, which contains information about the language settings in Microsoft Excel.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property LanguageSettings As LanguageSettings
Get
'Usage
Dim instance As _Application
Dim value As LanguageSettings
value = instance.LanguageSettings
LanguageSettings LanguageSettings { get; }
Property Value
Type: Microsoft.Office.Core.LanguageSettings