TableOfFigures.IncludePageNumbers Property
True if page numbers are included in the table of figures.
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 TableOfFigures
Dim value As Boolean
value = instance.IncludePageNumbers
instance.IncludePageNumbers = value
bool IncludePageNumbers { get; set; }
Property Value
Type: System.Boolean