MarkdownTableHeaderType

MarkdownTableHeaderType enumeration

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

Values

NameValueDescription
FirstRow0First row as header of the table.
ColumnHeader1Column name (such as A,B,C…) as header of the table.
Empty2An empty header row.