Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / OddAndEvenPagesHeaderFooter Property


In This Topic
    OddAndEvenPagesHeaderFooter Property (IPageSetup)
    In This Topic
    Gets or sets a value indicating whether the specified PageSetup object has different headers and footers for odd-numbered and even-numbered pages.
    Syntax
    'Declaration
     
    
    Property OddAndEvenPagesHeaderFooter As Boolean
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As Boolean
     
    instance.OddAndEvenPagesHeaderFooter = value
     
    value = instance.OddAndEvenPagesHeaderFooter
    bool OddAndEvenPagesHeaderFooter {get; set;}

    Property Value

    true if the specified PageSetup object has different headers and footers for odd-numbered and even-numbered pages; otherwise, false.
    See Also