_Document.TablesOfContents Property

Returns a TablesOfContents collection that represents the tables of contents in the specified document.

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

Syntax

'Declaration
ReadOnly Property TablesOfContents As TablesOfContents
    Get
'Usage
Dim instance As _Document
Dim value As TablesOfContents

value = instance.TablesOfContents
TablesOfContents TablesOfContents { get; }

Property Value

Type: Microsoft.Office.Interop.Word.TablesOfContents

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace