TablesOfContents.Format Property

Word Developer Reference

Returns or sets the formatting for the tables of contents in the specified document. Read/write WdTocFormat.

Syntax

expression.Format

expression   Required. A variable that represents a TablesOfContents collection.

Example

This example applies Classic formatting to the tables of contents in Report.doc.

Visual Basic for Applications
  Documents("Report.doc").TablesOfContents.Format = wdTOCClassic

See Also