Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

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