Skip to main content
A newer version of this page is available. .

XlHeaderFooter.DifferentOddEven Property

Gets or sets a value indicating whether the odd-numbered pages have headers and footers different from those on even-numbered pages.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public bool DifferentOddEven { get; set; }

Property Value

Type Description
Boolean

true, to specify different headers and footers for the odd-numbered and even-numbered pages; otherwise, false.

Remarks

If the DifferentOddEven property is set to false, all pages in a worksheet have the same headers or footers as specified by the XlHeaderFooter.OddHeader and XlHeaderFooter.OddFooter properties.

See Also