Returns the style's name. This can be used to access the style later, and will appear in the Styles dialog in Excel.

public System.String Name{ get; }
<p>Public ReadOnly Property Name() As String</p>
String styleName = namedStyl.Name;
Dim styleName As String = namedStyl.Name