TableOfContents.UseHeadingStyles Property
True if built-in heading styles are used to create a table of contents.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property UseHeadingStyles As Boolean
Get
Set
'Usage
Dim instance As TableOfContents
Dim value As Boolean
value = instance.UseHeadingStyles
instance.UseHeadingStyles = value
bool UseHeadingStyles { get; set; }
Property Value
Type: System.Boolean