Excel for WPF and Silverlight
GridColor Property (XLSheet)

C1.WPF.Excel Namespace > XLSheet Class : GridColor Property
Gets or sets the color used to display gridlines.
Syntax
'Declaration
 
Public Property GridColor As System.Windows.Media.Color
public System.Windows.Media.Color GridColor {get; set;}
Remarks

Set this property to Color.Transparent to display the grid lines using the default color.

To hide the grid lines, set the ShowGridLines property to false.

See Also

Reference

XLSheet Class
XLSheet Members