alexa
menu

    Show / Hide Table of Contents

    Class MdTableCell

    Represents a table cell in Markdown.

    Inheritance
    System.Object
    MdEntity
    MdTableCell
    Inherited Members
    MdEntity.Clone()
    MdEntity.Document
    MdEntity.m_document
    MdEntity.Owner
    Namespace: Syncfusion.Office.Markdown
    Assembly: Syncfusion.Markdown.dll
    Syntax
    public class MdTableCell : MdEntity

    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
    System.Collections.Generic.List<IMdInline>

    Methods

    CloneImpl()

    Creates a duplicate copy of the MdTableCell.

    Declaration
    protected override object CloneImpl()
    Returns
    Type Description
    System.Object

    The reference to the newly created MdTableCell instance.

    Overrides
    MdEntity.CloneImpl()
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved