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

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