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; }
Public ReadOnly Property Name() As String
String styleName = namedStyl.Name;
Dim styleName As String = namedStyl.Name