Borders Interface

A collection of Border objects that represent the borders of an object.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("0002093C-0000-0000-C000-000000000046")> _
Public Interface Borders _
    Inherits IEnumerable
'Usage
Dim instance As Borders
[GuidAttribute("0002093C-0000-0000-C000-000000000046")]
public interface Borders : IEnumerable

Remarks

Use the Borders property to return the Borders collection.

Border objects cannot be added to the Borders collection. The number of members in the Borders collection is finite and varies depending on the type of object. For example, a table has six elements in the Borders collection, whereas a paragraph has four.

Use Borders(index), where index identifies the border, to return a single Border object. Index can be one of the following WdBorderType constants: wdBorderBottom, wdBorderDiagonalDown, wdBorderDiagonalUp, wdBorderHorizontal, wdBorderLeft, wdBorderRight, wdBorderTop, or wdBorderVertical. Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed. Use the LineStyle property to apply a border line to a Border object.

See Also

Reference

Borders Members

Microsoft.Office.Interop.Word Namespace