Spread Windows Forms 12.0 Product Documentation
OddAndEvenPagesHeaderFooter Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : OddAndEvenPagesHeaderFooter Property
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
 
Public Property OddAndEvenPagesHeaderFooter As Boolean
'Usage
 
Dim instance As PageSetup
Dim value As Boolean
 
instance.OddAndEvenPagesHeaderFooter = value
 
value = instance.OddAndEvenPagesHeaderFooter
public 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

Reference

PageSetup Class
PageSetup Members