Borders.HasVertical Property
Returns a value that indicates if a vertical border can be applied to the specified object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property HasVertical As Boolean
Get
'Usage
Dim instance As Borders
Dim value As Boolean
value = instance.HasVertical
bool HasVertical { get; }
Property Value
Type: System.Boolean
Remarks
Vertical borders can be applied to ranges that contain cells in two or more columns of a table.