TableOfContents Interface 

Represents a single table of contents in a document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ableOfContentsImplementation
    Implements TableOfContents
End Class
Dim ableOfContentsImplementation1 As New ableOfContentsImplementation()

Syntax

Public Interface TableOfContents
public interface TableOfContents
public interface class TableOfContents
public interface TableOfContents
public interface TableOfContents

Remarks

The TableOfContents object is a member of the TableOfContents collection. The TablesOfContents collection includes all the tables of contents in a document.

Use TablesOfContents(index), where index is the index number, to return a single TableOfContents object. The index number represents the position of the table of contents in the document.

Use the Add method to add a table of contents to a document.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

TableOfContents Members