Enum MarkdownTableHeaderType
Enum MarkdownTableHeaderType
Namespace: Aspose.Cells.Markdown
Assembly: Aspose.Cells.dll (25.3.0)
Represents the header type of the table in the markdown file.
public enum MarkdownTableHeaderType
Fields
ColumnHeader = 1
Column name (such as A,B,C…) as header of the table.
Empty = 2
An empty header row.
FirstRow = 0
First row as header of the table.