Borders.HasVertical Property

Definition

Returns a value that indicates if a vertical border can be applied to the specified object.

public:
 property bool HasVertical { bool get(); };
public bool HasVertical { get; }
member this.HasVertical : bool
Public ReadOnly Property HasVertical As Boolean

Property Value

Remarks

Vertical borders can be applied to ranges that contain cells in two or more columns of a table.

Applies to