OddFooter Property

Office Open XML

Provides access to the footer on odd numbered pages of the document. If you want the same footer on both odd and even pages, then only set values in this ExcelHeaderFooterText class.

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelHeaderFooterText OddFooter { get; }
Visual Basic (Declaration)
Public ReadOnly Property OddFooter As ExcelHeaderFooterText
Visual C++
public:
property ExcelHeaderFooterText^ OddFooter {
	ExcelHeaderFooterText^ get ();
}

See Also