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