Enum ExcelHeaderFooterFormattingCodes
Enum for inserting format codes into an ExcelHeaderFooterTextCollection.
Namespace: OfficeOpenXml.Style.HeaderFooterTextFormat
Assembly: EPPlus.dll
Syntax
public enum ExcelHeaderFooterFormattingCodes
Fields
| Name | Description |
|---|---|
| CurrentDate | Inserts current date. |
| CurrentTime | Inserts current time. |
| FileName | Inserts file name. |
| FilePath | Inserts file path. |
| Image | Indicates an image is inserted. |
| NumberOfPages | Inserts the number of pages. |
| PageNumber | Inserts page number. |
| SheetName | Inserts sheet name. |
| Text | Indicates that the format is a text. |