ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TableCellAdv - ASP.NETCore API Reference | Syncfusion TableCellAdv class. ">

    Show / Hide Table of Contents

    Class TableCellAdv

    Represents the TableCellAdv class.

    Inheritance
    System.Object
    BaseNode
    TableCellAdv
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ.DocumentEditor
    Assembly: Syncfusion.EJ.DocumentEditor.dll
    Syntax
    public class TableCellAdv : BaseNode

    Constructors

    TableCellAdv()

    Initializes a new instance of the TableCellAdv class.

    Declaration
    public TableCellAdv()

    Properties

    Blocks

    Gets the Block Collection of the TableCellAdv.

    Declaration
    public List<BlockAdv> Blocks { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<BlockAdv>

    CellFormat

    Gets or sets the CellFormat of the TableCellAdv.

    Declaration
    public CellFormat CellFormat { get; set; }
    Property Value
    Type Description
    CellFormat
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved