alexa
menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class MdTableCell

    Represents a table cell in Markdown.

    Inheritance
    System.Object
    MdTableCell
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    System.Collections.Generic.List<IMdInline>
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved