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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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