TableRow Class

Represents a table row in a Markdown table.

Inheritance

Object

Markdown.TableRow

Markdown.TableHeaderRow

Implements

Namespace: Radzen.Blazor.Markdown

Assembly: Radzen.Blazor.dll

Syntax

public class TableRow : Markdown.INode

Constructors

TableRowlink

Represents a table row in a Markdown table.

Declaration
public TableRow()

Properties

Cellslink

Gets the cells of the table row.

Declaration
public IReadOnlyList<Markdown.TableCell> Cells { get; }
Property Value
Type Description
IReadOnlyList<Markdown.TableCell>Gets the cells of the table row.

Methods

Acceptlink

Declaration
public virtual void Accept(Markdown.INodeVisitor visitor)
Parameters
Type Name Description
Markdown.INodeVisitor visitor

Addlink

Adds a cell to the table row.

Declaration
public void Add(string value, Markdown.TableCellAlignment alignment)
Parameters
Type Name Description
string value The value of the cell.
Markdown.TableCellAlignment alignment The alignment of the cell.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙