Sets the border style for this XLStyle.

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

Syntax

C#
public void SetBorderStyle(
	XLLineStyleEnum style
)
Visual Basic
Public Sub SetBorderStyle ( _
	style As XLLineStyleEnum _
)

Parameters

style
Type: C1.Silverlight.Excel..::..XLLineStyleEnum
Line style used to draw the border.

Remarks

This method applies the setting to all four borders.

See Also