Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / EvenPage Property


In This Topic
    EvenPage Property (PageSetup)
    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
     
    
    Public ReadOnly Property EvenPage As PageSetup
    'Usage
     
    
    Dim instance As PageSetup
    Dim value As PageSetup
     
    value = instance.EvenPage
    public PageSetup EvenPage {get;}

    Property Value

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