Class MdTable
Represents a table in Markdown.
Inheritance
System.Object
MdTable
Implements
Namespace: Syncfusion.Office.Markdown
Assembly: Syncfusion.Markdown.dll
Syntax
public class MdTable : Object, 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 |
Close()
Declaration
public void Close()