EvenFooter Property

Office Open XML

Provides access to the footer 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 EvenFooter { get; }
Visual Basic (Declaration)
Public ReadOnly Property EvenFooter As ExcelHeaderFooterText
Visual C++
public:
property ExcelHeaderFooterText^ EvenFooter {
	ExcelHeaderFooterText^ get ();
}

See Also