[]
        
(Showing Draft Content)

C1.WPF.Excel.XLSheet.GridColor

GridColor Property

GridColor

Gets or sets the color used to display grid lines.

Declaration
public Color GridColor { get; set; }
Public Property GridColor As Color
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.