OddHeader Property

Office Open XML

Provides access to the header on odd numbered pages of the document. If you want the same header 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 OddHeader { get; }
Visual Basic (Declaration)
Public ReadOnly Property OddHeader As ExcelHeaderFooterText
Visual C++
public:
property ExcelHeaderFooterText^ OddHeader {
	ExcelHeaderFooterText^ get ();
}

See Also