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

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