TableOfFigures.HidePageNumbersInWeb Property
Returns or sets whether page numbers in a table of figures should be hidden when publishing to the Web.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property HidePageNumbersInWeb As Boolean
Get
Set
'Usage
Dim instance As TableOfFigures
Dim value As Boolean
value = instance.HidePageNumbersInWeb
instance.HidePageNumbersInWeb = value
bool HidePageNumbersInWeb { get; set; }
Property Value
Type: System.Boolean