Spread WPF 17
GrapeCity.Excel Namespace / IExcelPrintOptions Interface / PrintRowColumnsHeaders Property


In This Topic
    PrintRowColumnsHeaders Property (IExcelPrintOptions)
    In This Topic
    Get or set whether print headings or not..
    Syntax
    'Declaration
     
    Property PrintRowColumnsHeaders As Boolean
    'Usage
     
    Dim instance As IExcelPrintOptions
    Dim value As Boolean
     
    instance.PrintRowColumnsHeaders = value
     
    value = instance.PrintRowColumnsHeaders
    bool PrintRowColumnsHeaders {get; set;}

    Property Value

    true if it should print row column headers; otherwise, false.
    See Also