Class MdTable
Represents a table in Markdown.
Implements
Namespace: Syncfusion.Office.Markdown
Assembly: Syncfusion.Markdown.dll
Syntax
public class MdTable : MdEntity, IMdBlock
Constructors
MdTable()
Declaration
public MdTable()
Properties
ColumnAlignments
Gets or sets the alignments for each columns in table.
Declaration
public List<MdColumnAlignment> ColumnAlignments { get; set; }
Property Value
| Type |
|---|
| System.Collections.Generic.List<MdColumnAlignment> |
Rows
Get or sets the rows in table.
Declaration
public List<MdTableRow> Rows { get; }
Property Value
| Type |
|---|
| System.Collections.Generic.List<MdTableRow> |
Methods
AddTableRow()
Adds table row to rows collection.
Declaration
public MdTableRow AddTableRow()
Returns
| Type |
|---|
| MdTableRow |
CloneImpl()
Creates a duplicate copy of the MdTable.
Declaration
protected override object CloneImpl()
Returns
| Type | Description |
|---|---|
| System.Object | The reference to the newly created MdTable instance. |
Overrides
Close()
Declaration
public void Close()