Paragraph.Borders Property
Returns a Borders collection that represents all the borders for the specified object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Borders As Borders
Get
Set
'Usage
Dim instance As Paragraph
Dim value As Borders
value = instance.Borders
instance.Borders = value
Borders Borders { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.Borders