Aspose::Cells::HeaderFooterCommandType enum
HeaderFooterCommandType enum
Represents the command type of header and footer.
enum class HeaderFooterCommandType
Values
| Name | Value | Description |
|---|---|---|
| Text | 0 | The text. |
| CurrentPage | 1 | Current page number. |
| Pagecount | 2 | Page count. |
| CurrentDate | 3 | Current date. |
| CurrentTime | 4 | Current time. |
| SheetName | 5 | Sheet name. |
| FileName | 6 | File name without path. |
| FilePath | 7 | File path without file name. |
| Picture | 8 | Picture. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++