Name.NameLocal Property
Returns or sets the name of the object in the language of the user.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property NameLocal As String
Get
Set
'Usage
Dim instance As Name
Dim value As String
value = instance.NameLocal
instance.NameLocal = value
string NameLocal { get; set; }
Property Value
Type: System.String
Remarks
If the style is a built-in style, this property returns the name of the style in the language of the current locale.