Skip to main content

XlBorder.RightColor Property

Gets or sets the line color of the cell’s right border.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public XlColor RightColor { get; set; }

Property Value

Type Description
XlColor

An XlColor object that specifies the border line color.

Remarks

Use the RightColor property to set or obtain the right border color. If you specify the RightColor for a border without setting it’s XlBordersBase.RightLineStyle, the border will not be displayed.

For more information on how to customize cell borders, refer to the How to: Add Cell Borders example.

See Also