MarkdownTableHeaderType Enum
MarkdownTableHeaderType Enum
Represents the header type of the table in the markdown file.
type MarkdownTableHeaderType int32
Fields
Field | Description |
---|---|
FirstRow | First row as header of the table. |
ColumnHeader | Column name (such as A,B,C…) as header of the table. |
Empty | An empty header row. |