XlHeaderFooter.OddFooter Property
Gets or sets the text to be displayed in the footer of odd-numbered pages.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
String | A String object that specifies the footer for odd-numbered pages. |
Remarks
If the XlHeaderFooter.DifferentOddEven property is set to true, the OddFooter property allows you to set the footer content for odd-numbered pages. Otherwise, these settings are used for all pages in a worksheet (both for even-numbered and odd-numbered pages).
If the XlHeaderFooter.DifferentFirst property is set to false (default value), the first page has the same footer as other odd-numbered pages.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the OddFooter property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.