API Reference

Class

MarkdownNativeTableBlock

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Native projection for a markdown table.

Inheritance

Properties

public TableBlock Table { get; } #

Source table block.

public IReadOnlyList<MarkdownNativeTableCell> HeaderCells { get; } #

Header cells in document order.

public IReadOnlyList<IReadOnlyList<MarkdownNativeTableCell>> Rows { get; } #

Body rows and cells in document order.