Gets or sets the name of this style.

[VBScript]
Public Property Name As String
[JScript]
public function get Name() : String;
public function set Name(String);

Property Value

A string representing the name of the style in the Word document.

See Also

Style Object | Style Members | HelpProducer Namespace