[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPageSetup.EvenPage

EvenPage Property

EvenPage

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

Declaration
IPage EvenPage { get; }
ReadOnly Property EvenPage As IPage
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.OddAndEvenPagesHeaderFooter = true;
IPage evenPage = pageSetup.EvenPage;
evenPage.CenterHeader.Text = "Even Page";