ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLPrintSettings Class / PrintHeaders Property

In This Topic
    PrintHeaders Property
    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 System.Boolean
    public System.bool PrintHeaders {get; set;}
    See Also