[]
Gets or sets the end index of the rows that are printed at the bottom of the page.
Use this property to retrieve the ending row index for the tail rows in this PageContentInfo.
public int TailRowEnd { get; set; }
Public Property TailRowEnd As Integer
PageContentInfo pageContent = new PageContentInfo();
pageContent.TailRowEnd = 4;
int tailRowEnd = pageContent.TailRowEnd;