Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Selection
Dim value As Borders
value = instance.Borders
instance.Borders = value
Borders Borders { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.Borders