Borders.Item[WdBorderType] Property

Definition

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.

public:
 property Microsoft::Office::Interop::Word::Border ^ default[Microsoft::Office::Interop::Word::WdBorderType] { Microsoft::Office::Interop::Word::Border ^ get(Microsoft::Office::Interop::Word::WdBorderType Index); };
public Microsoft.Office.Interop.Word.Border this[Microsoft.Office.Interop.Word.WdBorderType Index] { get; }
member this.Item(Microsoft.Office.Interop.Word.WdBorderType) : Microsoft.Office.Interop.Word.Border
Default Public ReadOnly Property Item(Index As WdBorderType) As Border

Parameters

Index
WdBorderType

An expression that returns a Borders object.

Property Value

Applies to