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

In This Topic
    ShowHeaders Property (XLSheet)
    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 Boolean
    public bool ShowHeaders {get; set;}
    See Also