ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLSheet Class / GridColor Property

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