[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageContentInfo.RowHeaderVisible

RowHeaderVisible Property

RowHeaderVisible

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.

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