CaptionLabel.IncludeChapterNumber Property
Returns or sets a value that indicates if a chapter number is included with page numbers or a caption label.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property IncludeChapterNumber As Boolean
Get
Set
'Usage
Dim instance As CaptionLabel
Dim value As Boolean
value = instance.IncludeChapterNumber
instance.IncludeChapterNumber = value
bool IncludeChapterNumber { get; set; }
Property Value
Type: System.Boolean