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

In This Topic
    ShowGridLines Property
    In This Topic
    Gets or sets whether Excel should show the grid lines when displaying the sheet.
    Syntax
    'Declaration
     
    Public Property ShowGridLines As System.Boolean
    public System.bool ShowGridLines {get; set;}
    See Also