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)
'Usage
Dim style1 As Style
Dim returnValue As String
returnValue = style1.NameLocal
Dim sampleValue As String
style1.NameLocal = sampleValue
string NameLocal {get; set;}
public System.String get_NameLocal();
public void set_NameLocal(System.String);
function get NameLocal() : String;
function set NameLocal(String);
Setting this property renames a user-defined style or adds an alias to a built-in style.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms