Borders.JoinBorders Property
Returns or sets a value that indicates if vertical borders at the edges of paragraphs and tables are removed so that the horizontal borders can connect to the page border.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property JoinBorders As Boolean
Get
Set
'Usage
Dim instance As Borders
Dim value As Boolean
value = instance.JoinBorders
instance.JoinBorders = value
bool JoinBorders { get; set; }
Property Value
Type: System.Boolean