MarkdownTableHeaderType
MarkdownTableHeaderType enumeration
Represents the header type of the table in the markdown file.
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. |