[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageContentInfo.TailRowStart

TailRowStart Property

TailRowStart

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.

Declaration
public int TailRowStart { get; set; }
Public Property TailRowStart As Integer
Examples
PageContentInfo pageContent = new PageContentInfo();
pageContent.TailRowStart = 10;
int tailRowStart = pageContent.TailRowStart;