alexa
menu

WinUI

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

    Show / Hide Table of Contents

    Class MdTable

    Represents a table in Markdown.

    Inheritance
    System.Object
    MdEntity
    MdTable
    Implements
    IMdBlock
    Inherited Members
    MdEntity.Clone()
    MdEntity.Document
    MdEntity.m_document
    MdEntity.Owner
    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
    MdEntity.CloneImpl()

    Close()

    Declaration
    public void Close()

    Implements

    IMdBlock
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved