Borders.Item Property
Returns 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
ReadOnly Default Property Item ( _
Index As WdBorderType _
) As Border
Get
'Usage
Dim instance As Borders
Dim Index As WdBorderType
Dim value As Border
value = instance(Index)
Border this[
WdBorderType Index
] { get; }
Parameters
- Index
Type: Microsoft.Office.Interop.Word.WdBorderType
An expression that returns a Borders object.
Property Value
Type: Microsoft.Office.Interop.Word.Border