Skip to main content

XlBorder.BottomColor Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public XlColor BottomColor { get; set; }

Property Value

Type Description
XlColor

An XlColor object that specifies the border line color.

Remarks

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

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the BottomColor property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also