Style.NameLocal Property

Returns the name of a built-in style in the language of the user. Read/write String.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Default Property NameLocal As String
    Get
    Set
'Usage
Dim instance As Style
Dim value As String

value = instance

instance = value
string this { get; set; }

Property Value

Type: System.String

Remarks

Setting this property renames a user-defined style or adds an alias to a built-in style.

See Also

Reference

Style Interface

Style Members

Microsoft.Office.Interop.Word Namespace