[]
Gets or sets the start index of the rows that are printed at the top of the page.
Use this property to retrieve the first row index in the title row range for page content printing.
public int TitleRowStart { get; set; }
Public Property TitleRowStart As Integer
PageContentInfo pageContent = new PageContentInfo();
pageContent.TitleRowStart = 0;
int titleRowStart = pageContent.TitleRowStart;