[]
Gets or sets whether the row header is printed.
This property indicates whether row headers are included when the page content is rendered for printing.
public bool RowHeaderVisible { get; set; }
Public Property RowHeaderVisible As Boolean
PageContentInfo pageContent = new PageContentInfo();
pageContent.RowHeaderVisible = true;
bool visible = pageContent.RowHeaderVisible;