_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