List.StyleName Property
Returns the name of the style applied to the specified AutoText entry.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property StyleName As String
Get
'Usage
Dim instance As List
Dim value As String
value = instance.StyleName
string StyleName { get; }
Property Value
Type: System.String