MarkdownTableHeaderType Enum

MarkdownTableHeaderType Enum

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


type MarkdownTableHeaderType int32

Fields

FieldDescription
FirstRowFirst row as header of the table.
ColumnHeaderColumn name (such as A,B,C…) as header of the table.
EmptyAn empty header row.