Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / EvenPage Property


In This Topic
    EvenPage Property (IPageSetup)
    In This Topic
    Gets or sets a PageSetup value indicating whether the alignment of text on the even page of a worksheet or section. A PageSetup value specifying the alignment of text on the even page.
    Syntax
    'Declaration
     
    
    ReadOnly Property EvenPage As IPageSetup
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As IPageSetup
     
    value = instance.EvenPage
    IPageSetup EvenPage {get;}

    Property Value

    A PageSetup value specifying the alignment of text on the even page.
    See Also