Aspose::Cells::Markdown::MarkdownTableHeaderType enum

MarkdownTableHeaderType enum

Represents the header type of the table in the markdown file.

enum class MarkdownTableHeaderType

Values

NameValueDescription
FirstRow0
First row as header of the table.
ColumnHeader1
Column name (such as A,B,C…) as header of the table.
Empty2
An empty header row.

See Also