[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageContentInfo.TitleRowEnd

TitleRowEnd Property

TitleRowEnd

Gets or sets the end index of the rows that are printed at the top of the page.

Use this property to retrieve the last row index of the title-row area in a PageContentInfo object.

Declaration
public int TitleRowEnd { get; set; }
Public Property TitleRowEnd As Integer
Examples
PageContentInfo pageContent = new PageContentInfo();
pageContent.TitleRowEnd = 2;
int titleRowEnd = pageContent.TitleRowEnd;