MarkdownTableHeaderType enumeration
MarkdownTableHeaderType enumeration
Represents the header type of the table in the markdown file.
The MarkdownTableHeaderType type exposes the following members:
Fields
| Field | Description |
|---|---|
| FIRST_ROW | First row as header of the table. |
| COLUMN_HEADER | Column name (such as A,B,C…) as header of the table. |
| EMPTY | An empty header row. |
See Also
- module
aspose.cells.markdown