[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageContentInfo.ColumnHeaderVisible

ColumnHeaderVisible Property

ColumnHeaderVisible

Gets or sets whether the column header is printed.

This property indicates whether column headers are included when the page content is rendered for printing.

Declaration
public bool ColumnHeaderVisible { get; set; }
Public Property ColumnHeaderVisible As Boolean
Examples
PageContentInfo pageContent = new PageContentInfo();
pageContent.ColumnHeaderVisible = true;
bool visible = pageContent.ColumnHeaderVisible;