Share via


Style.NameLocal Property

Returns 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
ReadOnly Property NameLocal As String
    Get
'Usage
Dim instance As Style
Dim value As String

value = instance.NameLocal
string NameLocal { get; }

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.

See Also

Reference

Style Interface

Style Members

Microsoft.Office.Interop.Excel Namespace