Share via


TableOfContents.IncludePageNumbers Property

True if page numbers are included in the table of contents.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property IncludePageNumbers As Boolean
    Get
    Set
'Usage
Dim instance As TableOfContents
Dim value As Boolean

value = instance.IncludePageNumbers

instance.IncludePageNumbers = value
bool IncludePageNumbers { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

TableOfContents Interface

TableOfContents Members

Microsoft.Office.Interop.Word Namespace