Share via


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

Property Value

Type: Microsoft.Office.Interop.Word.Border

See Also

Reference

Borders Interface

Borders Members

Microsoft.Office.Interop.Word Namespace