Excel for WPF and Silverlight
SetBorderColor Method (XLStyle)

C1.WPF.Excel Namespace > XLStyle Class : SetBorderColor Method
Color used to draw the border.
Sets the border color for this XLStyle.
Syntax
'Declaration
 
Public Sub SetBorderColor( _
   ByVal color As System.Windows.Media.Color _
) 
public void SetBorderColor( 
   System.Windows.Media.Color color
)

Parameters

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

Reference

XLStyle Class
XLStyle Members