API Reference
Class
MarkdownNativeTableRow
Native projection for a table row.
Inheritance
- Object
- MarkdownNativeTableRow
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public TableRow SourceRow { get; } #Source table row when structured row data is available.
public MarkdownSyntaxNode SyntaxNode { get; } #Syntax node that produced this row when available.
public Nullable<MarkdownSourceSpan> SourceSpan { get; } #Source span in the normalized markdown text when available.
public Boolean IsHeader { get; } #Whether this row is the table header row.
public Int32 RowIndex { get; } #Zero-based body row index, or -1 for the header row.
public IReadOnlyList<MarkdownNativeTableCell> Cells { get; } #Cells in document column order.
public String Markdown { get; } #Markdown representation of the row payload.