Represents a table in a Markdown document.
Namespace: Radzen.Documents.Markdown
Assembly: Radzen.Blazor.dll
public class Table : Documents.Markdown.Leaf, Documents.Markdown.INode, Documents.Markdown.IBlockInlineContainerGets the rows of the table.
public IReadOnlyList<Documents.Markdown.TableRow> Rows { get; }
| Type | Description |
|---|---|
| IReadOnlyList<Documents.Markdown.TableRow> | Gets the rows of the table. |
public override void Accept(Documents.Markdown.INodeVisitor visitor)
| Type | Name | Description |
|---|---|---|
| Documents.Markdown.INodeVisitor | visitor |