menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MdTable - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MdTable

    Represents a table in Markdown.

    Inheritance
    System.Object
    MdTable
    Implements
    IMdBlock
    Namespace: Syncfusion.Office.Markdown
    Assembly: Syncfusion.Markdown.dll
    Syntax
    public class MdTable : Object, 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

    Close()

    Declaration
    public void Close()

    Implements

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