Class MdTableCell
Represents a table cell in Markdown.
Inherited Members
Namespace: Syncfusion.Office.Markdown
Assembly: Syncfusion.Markdown.dll
Syntax
public class MdTableCell
Constructors
MdTableCell()
Declaration
public MdTableCell()
Properties
Items
Gets or sets the collection of inline items to be preserved in cell.
Declaration
public List<IMdInline> Items { get; }
Property Value
| Type |
|---|
| List<IMdInline> |