Document.TablesOfContents Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::TablesOfContents ^ TablesOfContents { Microsoft::Office::Interop::Word::TablesOfContents ^ get(); };
public Microsoft.Office.Interop.Word.TablesOfContents TablesOfContents { get; }
member this.TablesOfContents : Microsoft.Office.Interop.Word.TablesOfContents
Public ReadOnly Property TablesOfContents As TablesOfContents

Property Value

A TablesOfContents collection that represents the tables of contents in the document.

Applies to