alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class MdTable

    Represents a table in Markdown.

    Inheritance
    object
    MdTable
    Implements
    IMdBlock
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Office.Markdown
    Assembly: Syncfusion.Markdown.dll
    Syntax
    public class MdTable : 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
    List<MdColumnAlignment>

    Rows

    Get or sets the rows in table.

    Declaration
    public List<MdTableRow> Rows { get; }
    Property Value
    Type
    List<MdTableRow>

    Methods

    AddTableRow()

    Adds table row to rows collection.

    Declaration
    public MdTableRow AddTableRow()
    Returns
    Type
    MdTableRow

    Close()

    Declaration
    public void Close()

    Implements

    IMdBlock
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved