Borders.HasHorizontal Property
Returns a value that indicates if a horizontal border can be applied to the object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property HasHorizontal As Boolean
Get
'Usage
Dim instance As Borders
Dim value As Boolean
value = instance.HasHorizontal
bool HasHorizontal { get; }
Property Value
Type: System.Boolean