Returns a NamedStyle.Type object that represents the type of this style. Word 2003 supports four style types: Character, Paragraph, Table, and List. Older versions support fewer than this.

public Type StyleType{ get; }
Public ReadOnly Property StyleType() As Type
          NamedStyle.Type nsType = namedStyl.Type;
        
          Dim nsType As NamedStyle.Type = namedStyl.Type