Borders.EnableOtherPagesInSection Property
Returns or sets a value that indicates if page borders are enabled for all pages in the section except for the first page.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property EnableOtherPagesInSection As Boolean
Get
Set
'Usage
Dim instance As Borders
Dim value As Boolean
value = instance.EnableOtherPagesInSection
instance.EnableOtherPagesInSection = value
bool EnableOtherPagesInSection { get; set; }
Property Value
Type: System.Boolean