MarkdownTableHeaderType enumeration

MarkdownTableHeaderType enumeration

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

The MarkdownTableHeaderType type exposes the following members:

Fields

FieldDescription
FIRST_ROWFirst row as header of the table.
COLUMN_HEADERColumn name (such as A,B,C…) as header of the table.
EMPTYAn empty header row.

See Also