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