[]
Gets or sets the start index of the rows that are printed at the bottom of the page.
Use this property to retrieve the first row index of the tail row area in this PageContentInfo.
public int TailRowStart { get; set; }
Public Property TailRowStart As Integer
PageContentInfo pageContent = new PageContentInfo();
pageContent.TailRowStart = 10;
int tailRowStart = pageContent.TailRowStart;