Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLPrintSettings Class / PrintHeaders Property

In This Topic
    PrintHeaders Property (XLPrintSettings)
    In This Topic
    Gets or sets whether row and column headers (the areas with row numbers and column letters) will be printed.
    Syntax
    'Declaration
     
    
    Public Property PrintHeaders As Boolean
    public bool PrintHeaders {get; set;}
    See Also