Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 889 Bytes

Word.TablesOfContents.Format.md

File metadata and controls

41 lines (24 loc) · 889 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
TablesOfContents.Format property (Word)
vbawd10.chm152305666
vbawd10.chm152305666
Word.TablesOfContents.Format
ea94f93f-3fce-2b21-1f8b-675d5d3de96e
06/08/2017
medium

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

TablesOfContents Collection Object

[!includeSupport and feedback]