Skip to main content

XlBorder.VerticalColor Property

This member supports the internal infrastructure and is not intended to be used directly from your code.

Gets or sets the line color of the vertical inner borders of a cell range.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[Browsable(false)]
public XlColor VerticalColor { get; set; }

Property Value

Type Description
XlColor

An XlColor object that specifies the border line color.

See Also