[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageContentInfo.TailRowEnd

TailRowEnd Property

TailRowEnd

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.

Declaration
public int TailRowEnd { get; set; }
Public Property TailRowEnd As Integer
Examples
PageContentInfo pageContent = new PageContentInfo();
pageContent.TailRowEnd = 4;
int tailRowEnd = pageContent.TailRowEnd;