Provides access to the header on even numbered pages of the document.
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelHeaderFooterText EvenHeader { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property EvenHeader As ExcelHeaderFooterText |
Visual C++ |
---|
public: property ExcelHeaderFooterText^ EvenHeader { ExcelHeaderFooterText^ get (); } |