Share via


TableOfContents.UseHyperlinks Property

Returns or sets whether entries in a table of contents should be formatted as hyperlinks when publishing to the Web.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property UseHyperlinks As Boolean
    Get
    Set
'Usage
Dim instance As TableOfContents
Dim value As Boolean

value = instance.UseHyperlinks

instance.UseHyperlinks = value
bool UseHyperlinks { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

TableOfContents Interface

TableOfContents Members

Microsoft.Office.Interop.Word Namespace