Excel for WPF and Silverlight
SetBorderStyle Method (XLStyle)

C1.WPF.Excel Namespace > XLStyle Class : SetBorderStyle Method
Line style used to draw the border.
Sets the border style for this XLStyle.
Syntax
'Declaration
 
Public Sub SetBorderStyle( _
   ByVal style As XLLineStyleEnum _
) 
public void SetBorderStyle( 
   XLLineStyleEnum style
)

Parameters

style
Line style used to draw the border.
Remarks
This method applies the setting to all four borders.
See Also

Reference

XLStyle Class
XLStyle Members