[]
Gets or sets the end index of the rows that are printed at the top of the page.
Use this property to retrieve the last row index of the title-row area in a PageContentInfo object.
public int TitleRowEnd { get; set; }
Public Property TitleRowEnd As Integer
PageContentInfo pageContent = new PageContentInfo();
pageContent.TitleRowEnd = 2;
int titleRowEnd = pageContent.TitleRowEnd;