Skip to main content
A newer version of this page is available. .

XlBorder.HorizontalColor 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 horizontal inner borders of a cell range.

Namespace: DevExpress.Export.Xl

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

Declaration

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

Property Value

Type Description
XlColor

An XlColor object that specifies the border line color.

See Also