Share via


TablesOfContents.Format Property (Word)

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.

Documents("Report.doc").TablesOfContents.Format = wdTOCClassic

See Also

Concepts

TablesOfContents Object Members

TablesOfContents Collection Object