[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPageSetup.FirstPage

FirstPage Property

FirstPage

Returns the alignment of text on the first IPage of a workbook or section.

Declaration
IPage FirstPage { get; }
ReadOnly Property FirstPage As IPage
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.DifferentFirstPageHeaderFooter = true;
IPage firstPage = pageSetup.FirstPage;
firstPage.CenterHeader.Text = "Cover Page";