[]
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.
public bool ColumnHeaderVisible { get; set; }
Public Property ColumnHeaderVisible As Boolean
PageContentInfo pageContent = new PageContentInfo();
pageContent.ColumnHeaderVisible = true;
bool visible = pageContent.ColumnHeaderVisible;