Aspose::Cells::Markdown::MarkdownTableHeaderType enum
MarkdownTableHeaderType enum
Represents the header type of the table in the markdown file.
enum class MarkdownTableHeaderType
Values
| Name | Value | Description |
|---|---|---|
| FirstRow | 0 | First row as header of the table. |
| ColumnHeader | 1 | Column name (such as A,B,C…) as header of the table. |
| Empty | 2 | An empty header row. |
See Also
- Namespace Aspose::Cells::Markdown
- Library Aspose.Cells for C++