Gets or sets the line style used to draw the bottom border.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public XLLineStyleEnum BorderBottom { get; set; }
Visual Basic
Public Property BorderBottom As XLLineStyleEnum
	Get
	Set

Remarks

Use the SetBorderStyle(XLLineStyleEnum) method to set all borders at once.

See Also