TableOfContents.HeadingStyles Property
Returns a HeadingStyles object that represents additional styles used to compile a table of contents (styles other than the Heading 1 – Heading 9 styles).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property HeadingStyles As HeadingStyles
Get
'Usage
Dim instance As TableOfContents
Dim value As HeadingStyles
value = instance.HeadingStyles
HeadingStyles HeadingStyles { get; }
Property Value
Type: Microsoft.Office.Interop.Word.HeadingStyles