Excel for WPF | ComponentOne
C1.Silverlight.Excel Namespace / XLSheet Class / GridColor Property

In This Topic
    GridColor Property (XLSheet)
    In This Topic
    Gets or sets the color used to display gridlines.
    Syntax
    'Declaration
     
    
    Public Property GridColor As Color
    public 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